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

SP-32, BIS-14: JythonBasedAggregationServiceReportingPluginTest fixed

SVN: 25326
parent 93a19e69
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,8 @@ public class JythonBasedAggregationServiceReportingPluginTest extends AbstractFi
+ "java.lang.IllegalArgumentException: Invalid", ex.getMessage());
String message = ex.getCause().getMessage();
String prefix =
"Error occured in line 28 of the script when evaluating 'aggregate({}, ";
assertEquals("Message '" + message + "' doesn't starts with '" + prefix + "'.", true,
"Error occurred in line 28 of the script when evaluating 'aggregate({}, ";
assertTrue("Message '" + message + "' doesn't starts with '" + prefix + "'.",
message.startsWith(prefix));
}
......
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