summaryrefslogtreecommitdiffstats
path: root/tests/testparse.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2017-05-09 22:28:04 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-12 14:05:33 -0700
commit726c9e859c60d6506b4b7c9a5a8bd909486ca9f7 (patch)
tree31332897e378973264e5679a9c5bd5d46161b377 /tests/testparse.h
parentf2e23e7815bef678b78ba205c3014c0b97a811ba (diff)
downloadsubsurface-726c9e859c60d6506b4b7c9a5a8bd909486ca9f7.tar.gz
Test case for CSV profile export to imperial and back
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'tests/testparse.h')
-rw-r--r--tests/testparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h
index 80c4dacfb..8c64c83ce 100644
--- a/tests/testparse.h
+++ b/tests/testparse.h
@@ -26,6 +26,8 @@ private slots:
int parseCSVmanual(int, std::string);
void exportCSVDiveDetails();
+ int parseCSVprofile(int, std::string);
+ void exportCSVDiveProfile();
void exportUDDF();
void testExport();