mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
bd5fbce64b
commit
96b612941e
2 changed files with 128 additions and 0 deletions
|
@ -15,6 +15,8 @@ private slots:
|
|||
void testParseCompareDM4Output();
|
||||
void testParseHUDC();
|
||||
void testParseCompareHUDCOutput();
|
||||
void testParseNewFormat();
|
||||
void testParseCompareNewFormatOutput();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue