diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-03-14 06:58:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-01 08:06:09 -0700 |
commit | acd791b7c14a9f28cd65dbd62df489b8c0088f26 (patch) | |
tree | 9e4f3db91b4c490274869a816691f2b1336cf7f5 /tests/testparse.h | |
parent | a0ed0ff8234ce43c84ac4e03cc513037c5bff8eb (diff) | |
download | subsurface-acd791b7c14a9f28cd65dbd62df489b8c0088f26.tar.gz |
Export-import test for manual CSV
Note that the actual validation of the result is currently disabled, so
the tests will pass even though there are some bugs and rounding errors
present.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'tests/testparse.h')
-rw-r--r-- | tests/testparse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index ae76c0337..934c48dec 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -23,6 +23,10 @@ private slots: void testParseDLD(); void testParseMerge(); + int parseCSVmanual(int, std::string); + void exportCSVDiveDetails(); + void testExport(); + private: sqlite3 *_sqlite3_handle = NULL; }; |