diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-05-04 22:10:35 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-06 08:06:42 -0700 |
commit | e52d9c2846d543899fbbe64ba0808eb117b6dd17 (patch) | |
tree | a9a166a3b643a31a19407d3347c42d1e02829795 /tests/testparse.h | |
parent | 52426b8585020214293b10e78f0b129b51141ca8 (diff) | |
download | subsurface-e52d9c2846d543899fbbe64ba0808eb117b6dd17.tar.gz |
Add UDDF export-import test
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 762b922e0..80c4dacfb 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -26,6 +26,7 @@ private slots: int parseCSVmanual(int, std::string); void exportCSVDiveDetails(); + void exportUDDF(); void testExport(); private: |