summaryrefslogtreecommitdiffstats
path: root/tests/testparse.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2015-07-28 07:36:30 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-28 08:47:05 -0700
commit96b612941efdd8b65cc954217d80fb6d3724cabb (patch)
tree158dcf86b8ebf08c4b5f7081612bb533153aabe2 /tests/testparse.h
parentbd5fbce64ba53f7881495ea379d382959e51f778 (diff)
downloadsubsurface-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.h2
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