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

fixing test by looking for another log message to indicating finishing data set registration.

SVN: 27368
parent 9f006569
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,12 @@ public class ImageBase64EncodingTest extends AbstractScreeningSystemTestCase ...@@ -178,6 +178,12 @@ public class ImageBase64EncodingTest extends AbstractScreeningSystemTestCase
return 6000; return 6000;
} }
@Override
protected boolean checkLogContentForFinishedDataSetRegistration(String logContent)
{
return super.checkLogContentForFinishedDataSetRegistration(logContent) && logContent.contains("Post registration of 4. of 4 data sets");
}
private static class PlateImageReferenceList extends ArrayList<PlateImageReference> implements IModifiable private static class PlateImageReferenceList extends ArrayList<PlateImageReference> implements IModifiable
{ {
......
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