mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Create test case for DivingLog SQLite import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
76fe262a0f
commit
c19f4869af
3 changed files with 730 additions and 0 deletions
|
@ -7,6 +7,7 @@ class TestParse : public QObject{
|
|||
Q_OBJECT
|
||||
private slots:
|
||||
void testParseCSV();
|
||||
void testParseDivingLog();
|
||||
void testParseV2NoQuestion();
|
||||
void testParseV3();
|
||||
void testParseCompareOutput();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue