Skip to content

Commit

Permalink
make unit test run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Aug 6, 2013
1 parent dc569d0 commit a7c8e2c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ public void exportNullTimestampToCsv() throws Exception {

String csv = export.exportTables(new Table[] { table });

Assert.assertEquals("\"A\",\"B\"\n,", csv.trim().toUpperCase());
Assert.assertEquals("\"A\",\"B\""+System.getProperty("line.separator")+",", csv.trim().toUpperCase());

}

Expand Down

0 comments on commit a7c8e2c

Please sign in to comment.