diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-05-09 22:28:04 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-12 14:05:33 -0700 |
commit | 726c9e859c60d6506b4b7c9a5a8bd909486ca9f7 (patch) | |
tree | 31332897e378973264e5679a9c5bd5d46161b377 /tests/testparse.h | |
parent | f2e23e7815bef678b78ba205c3014c0b97a811ba (diff) | |
download | subsurface-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.h | 2 |
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(); |