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

test fixed

SVN: 27491
parent 36aacfe8
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ public class APMSReportTest extends AbstractFileSystemTestCase ...@@ -169,7 +169,7 @@ public class APMSReportTest extends AbstractFileSystemTestCase
fileLines.get(0)); fileLines.get(0));
assertEquals(4, fileLines.size()); assertEquals(4, fileLines.size());
assertEquals("[ERROR: \"Exception occured: " assertEquals("[ERROR: \"Exception occured: "
+ "ch.systemsx.cisd.common.exception.UserFailureException: File " + UserFailureException.class.getName() + ": File "
+ APMSReport.PROTEIN_FILE_NAME + " missing.\"]", status.getErrorStatuses() + APMSReport.PROTEIN_FILE_NAME + " missing.\"]", status.getErrorStatuses()
.toString()); .toString());
......
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