diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-08-30 10:32:38 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-30 10:32:38 -0700 |
commit | 1b37e0f1a4e4225026e7c5b2c15f178a9c75b2ad (patch) | |
tree | 3cdb1dc255de940ac2e1d5ef34c9348daafc2472 /tests/testdivesiteduplication.h | |
parent | e0587cb6dfbc56feb9fd1edfc7bcdd64b7142653 (diff) | |
download | subsurface-1b37e0f1a4e4225026e7c5b2c15f178a9c75b2ad.tar.gz |
Add test for dive site duplication bug
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testdivesiteduplication.h')
-rw-r--r-- | tests/testdivesiteduplication.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testdivesiteduplication.h b/tests/testdivesiteduplication.h new file mode 100644 index 000000000..5fb625568 --- /dev/null +++ b/tests/testdivesiteduplication.h @@ -0,0 +1,13 @@ +#ifndef TESTDIVESITEDUPLICATION_H +#define TESTDIVESITEDUPLICATION_H + +#include <QTest> + +class TestDiveSiteDuplication : public QObject +{ + Q_OBJECT +private slots: + void testReadV2(); +}; + +#endif // TESTDIVESITEDUPLICATION_H |