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:
Miika Turkia 2015-07-24 19:53:22 +03:00 committed by Dirk Hohndel
parent 76fe262a0f
commit c19f4869af
3 changed files with 730 additions and 0 deletions

View file

@ -7,6 +7,7 @@ class TestParse : public QObject{
Q_OBJECT
private slots:
void testParseCSV();
void testParseDivingLog();
void testParseV2NoQuestion();
void testParseV3();
void testParseCompareOutput();