Skip to content
Snippets Groups Projects
Commit 1c312d37 authored by felmer's avatar felmer
Browse files

SP-32, BIS-14: fix tests

SVN: 25329
parent 0607a695
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,9 @@ public class ScreeningJythonBasedReportingPluginTest extends AbstractFileSystemT
context.checking(new Expectations()
{
{
one(scriptRunnerFactory).getScriptPath();
will(returnValue("script.py"));
one(scriptRunnerFactory).createReportingPluginRunner(processingContext);
will(returnValue(reportingPluginScriptRunner));
......
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