summaryrefslogtreecommitdiffstats
path: root/tests/testparse.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2020-05-24 16:50:56 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-26 11:33:10 -0700
commit75f3cb20272039a9651ff415a97f0f69946877c3 (patch)
tree2e1b1518d27567bc7251e9bfe06cca6b911ce87c /tests/testparse.h
parente8f97cbc3f6d16bd3bb2688d5b6086383d2bfaf7 (diff)
downloadsubsurface-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.h1
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();