diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-07-24 19:53:22 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-24 13:21:19 -0700 |
commit | c19f4869afdb874045bce2ae39eba8c9521bade1 (patch) | |
tree | ee6d3e36d8800782e115ec7c16ee60cd3e9124e2 /tests/testparse.h | |
parent | 76fe262a0ffac68cf61da470772d2e370d9e019d (diff) | |
download | subsurface-c19f4869afdb874045bce2ae39eba8c9521bade1.tar.gz |
Create test case for DivingLog SQLite 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index 2e24ec844..5e1dc03d2 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -7,6 +7,7 @@ class TestParse : public QObject{ Q_OBJECT private slots: void testParseCSV(); + void testParseDivingLog(); void testParseV2NoQuestion(); void testParseV3(); void testParseCompareOutput(); |