diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-07-28 07:36:30 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-28 08:47:05 -0700 |
commit | 96b612941efdd8b65cc954217d80fb6d3724cabb (patch) | |
tree | 158dcf86b8ebf08c4b5f7081612bb533153aabe2 /tests/testparse.h | |
parent | bd5fbce64ba53f7881495ea379d382959e51f778 (diff) | |
download | subsurface-96b612941efdd8b65cc954217d80fb6d3724cabb.tar.gz |
Test case: Seabear new format
This validates Seabear import from H3 and T1 dive computers that use new
CSV format to store the logs. The fields wary depending on the dive
mode, thus we need to parse the field configuration during import.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 ae6131090..53cc07afb 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -15,6 +15,8 @@ private slots: void testParseCompareDM4Output(); void testParseHUDC(); void testParseCompareHUDCOutput(); + void testParseNewFormat(); + void testParseCompareNewFormatOutput(); }; #endif |