Skip to content
Snippets Groups Projects
Commit dcae2e4a authored by kohleman's avatar kohleman
Browse files

append a tab at the end so that the tsv file is valid and can be read by the...

append a tab at the end so that the tsv file is valid and can be read by the tsv reporting plugin, test adopted

SVN: 15998
parent e4dabd45
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ public class FlowLaneFeederTest extends AbstractFileSystemTestCase
String lastLine = metaData.remove(metaData.size() - 1);
assertEquals("[Parent\tnull, Code\tfc:2, Contact Person Email\tab@c.de, "
+ "AFFILIATION\tfmi, EXTERNAL_SAMPLE_NAME\text23, , "
+ "==== SRF Info ====, option: -l1]", metaData.toString());
+ "==== SRF Info ====\t, option: -l1\t]", metaData.toString());
AssertionUtil.assertContains("file: ", lastLine);
assertEquals(8, metaData.size());
assertHardLinkOnSameFile(originalFlowLane2, transferedFiles[0]);
......
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