Skip to content
Snippets Groups Projects
Commit 6de0794c authored by cramakri's avatar cramakri
Browse files

SE-349 Fixed broken test.

SVN: 22118
parent 907e12a2
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,8 @@ public class JythonBasedReportingPluginTest extends AbstractFileSystemTestCase ...@@ -133,6 +133,8 @@ public class JythonBasedReportingPluginTest extends AbstractFileSystemTestCase
one(reportingPluginScriptRunner).describe(with(iDataSetsMatcher), one(reportingPluginScriptRunner).describe(with(iDataSetsMatcher),
with(any(ISimpleTableModelBuilderAdaptor.class))); with(any(ISimpleTableModelBuilderAdaptor.class)));
will(throwException(new EvaluatorException("blabla"))); will(throwException(new EvaluatorException("blabla")));
one(scriptRunnerFactory).getScriptPath();
will(returnValue("/path/to/script"));
} }
}); });
try try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment