Skip to content
Snippets Groups Projects
Commit 34f94475 authored by jakubs's avatar jakubs
Browse files

SP-483 BIS-319 Opening the trash is slow. fix the test

SVN: 28523
parent 6a68d5cf
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,8 @@ public class DeletionTestCase extends SystemTestCase
List<TableModelRowWithObject<Deletion>> deletionTable = getDeletionTable();
List<ISerializableComparable> row = deletionTable.get(0).getValues();
assertEquals("Experiment /CISD/DEFAULT/E1 (COMPOUND_HCS)\n", row.get(2).toString());
assertEquals("Experiment /CISD/DEFAULT/E1 (COMPOUND_HCS)",
row.get(2).toString().split("\n")[0]);
assertEquals(REASON, row.get(3).toString());
assertEquals(1, deletionTable.size());
......
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