diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-03-29 20:05:56 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-01 08:06:09 -0700 |
commit | 8bb9eb501b51eaf1e54cade46ca27b169c070e89 (patch) | |
tree | db1ee3e6154c3af12fd30a72ec098fd8ef62849a /tests | |
parent | 62c7abc2a8b463d4922e90a772083d2625bab30b (diff) | |
download | subsurface-8bb9eb501b51eaf1e54cade46ca27b169c070e89.tar.gz |
Enable CSV import-export unit conversion test
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testparse.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp index d54b00c2d..2f692e546 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -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() |