Enable CSV import-export unit conversion test

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2017-03-29 20:05:56 +03:00 committed by Dirk Hohndel
parent 62c7abc2a8
commit 8bb9eb501b

View file

@ -478,13 +478,8 @@ void TestParse::exportCSVDiveDetails()
export_dives_xslt("testcsvexportmanual2.csv", 0, 0, "xml2manualcsv.xslt");
save_dives("./testing.xml");
/*
* Keeping the actual test disabled, until rounding errors and other bugs are fixed
*
FILE_COMPARE("testcsvexportmanual2.csv",
"testcsvexportmanual.csv");
*/
}
void TestParse::testExport()