Add test for dive site duplication bug

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-08-30 10:32:38 -07:00
parent e0587cb6df
commit 1b37e0f1a4
4 changed files with 57 additions and 0 deletions

View file

@ -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