diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2020-05-24 16:50:56 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-26 11:33:10 -0700 |
commit | 75f3cb20272039a9651ff415a97f0f69946877c3 (patch) | |
tree | 2e1b1518d27567bc7251e9bfe06cca6b911ce87c /tests/testparse.h | |
parent | e8f97cbc3f6d16bd3bb2688d5b6086383d2bfaf7 (diff) | |
download | subsurface-75f3cb20272039a9651ff415a97f0f69946877c3.tar.gz |
Test case for multicylinder support on CSV import
Test for importing Subsurface generated CSV dive details, with multiple
cylinders support.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'tests/testparse.h')
-rw-r--r-- | tests/testparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index c62349022..d1c1c9ded 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -26,6 +26,7 @@ private slots: void testParseMerge(); int parseCSVmanual(int, std::string); + void exportSubsurfaceCSV(); void exportCSVDiveDetails(); int parseCSVprofile(int, std::string); void exportCSVDiveProfile(); |