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

test fixed

SVN: 15807
parent 57c2e3c1
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ public class LcaMicDataSetUploaderTest extends AbstractFileSystemTestCase ...@@ -136,7 +136,7 @@ public class LcaMicDataSetUploaderTest extends AbstractFileSystemTestCase
File ds = new File(dropBox, DataSetHandler.LCA_MIC_TIME_SERIES + number); File ds = new File(dropBox, DataSetHandler.LCA_MIC_TIME_SERIES + number);
List<String> data = FileUtilities.loadToStringList(ds.listFiles(PROPERTIES_FILTER)[0]); List<String> data = FileUtilities.loadToStringList(ds.listFiles(PROPERTIES_FILTER)[0]);
assertEquals(2, data.size()); assertEquals(2, data.size());
assertEquals("comment=null,p1/e1,abc-1,LCA_MIC_TIME_SERIES,PROPRIETARY", data.get(0)); assertEquals("comment=null,p1/e1,abc-1,LCA_MIC_TIME_SERIES,TSV", data.get(0));
assertEquals("user-email=ab@c.de", data.get(1)); assertEquals("user-email=ab@c.de", data.get(1));
} }
......
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