diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-02-05 23:26:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-05 14:45:25 -0800 |
commit | c2ea3c2616d6b622ba66ddd358493690dc227f57 (patch) | |
tree | 7cda69404d9e26511972244cabba22d860d035b8 /tests | |
parent | f6cd21ce5a450f8b3ba9cf844559c26f803ac38b (diff) | |
download | subsurface-c2ea3c2616d6b622ba66ddd358493690dc227f57.tar.gz |
Our tests are actually GUILESS
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testdivesiteduplication.cpp | 2 | ||||
-rw-r--r-- | tests/testgitstorage.cpp | 2 | ||||
-rw-r--r-- | tests/testgpscoords.cpp | 2 | ||||
-rw-r--r-- | tests/testparse.cpp | 2 | ||||
-rw-r--r-- | tests/testplan.cpp | 2 | ||||
-rw-r--r-- | tests/testpreferences.cpp | 2 | ||||
-rw-r--r-- | tests/testprofile.cpp | 2 | ||||
-rw-r--r-- | tests/testrenumber.cpp | 2 | ||||
-rw-r--r-- | tests/testunitconversion.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/testdivesiteduplication.cpp b/tests/testdivesiteduplication.cpp index 805dac470..803f3f187 100644 --- a/tests/testdivesiteduplication.cpp +++ b/tests/testdivesiteduplication.cpp @@ -8,4 +8,4 @@ void TestDiveSiteDuplication::testReadV2() QCOMPARE(dive_site_table.nr, 2); } -QTEST_MAIN(TestDiveSiteDuplication) +QTEST_GUILESS_MAIN(TestDiveSiteDuplication) diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp index f4955970f..038209534 100644 --- a/tests/testgitstorage.cpp +++ b/tests/testgitstorage.cpp @@ -329,4 +329,4 @@ void TestGitStorage::testGitStorageCloudMerge3() clear_dive_file_data(); } -QTEST_MAIN(TestGitStorage) +QTEST_GUILESS_MAIN(TestGitStorage) diff --git a/tests/testgpscoords.cpp b/tests/testgpscoords.cpp index 535745de7..562c8faf6 100644 --- a/tests/testgpscoords.cpp +++ b/tests/testgpscoords.cpp @@ -127,4 +127,4 @@ double TestGpsCoords::coord2double(double deg, double min, double sec) return deg + min / 60.0 + sec / 3600.0; } -QTEST_MAIN(TestGpsCoords) +QTEST_GUILESS_MAIN(TestGpsCoords) diff --git a/tests/testparse.cpp b/tests/testparse.cpp index 6f1b6eb16..be1d7c2c4 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -405,4 +405,4 @@ void TestParse::testParseCompareDLDOutput() clear_dive_file_data(); } -QTEST_MAIN(TestParse) +QTEST_GUILESS_MAIN(TestParse) diff --git a/tests/testplan.cpp b/tests/testplan.cpp index a3fb5240a..a60b3d2ab 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -621,4 +621,4 @@ void TestPlan::testVpmbMetricRepeat() QCOMPARE(finalDiveRunTimeSeconds, firstDiveRunTimeSeconds); } -QTEST_MAIN(TestPlan) +QTEST_GUILESS_MAIN(TestPlan) diff --git a/tests/testpreferences.cpp b/tests/testpreferences.cpp index c3de709ea..9127b3e54 100644 --- a/tests/testpreferences.cpp +++ b/tests/testpreferences.cpp @@ -573,4 +573,4 @@ void TestPreferences::testPreferences() TEST(dc->dc_vendor(), QStringLiteral("OSTS")); } -QTEST_MAIN(TestPreferences) +QTEST_GUILESS_MAIN(TestPreferences) diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp index cf2db80f3..c3453b695 100644 --- a/tests/testprofile.cpp +++ b/tests/testprofile.cpp @@ -6,4 +6,4 @@ void TestProfile::testRedCeiling() parse_file("../dives/deep.xml"); } -QTEST_MAIN(TestProfile)
\ No newline at end of file +QTEST_GUILESS_MAIN(TestProfile) diff --git a/tests/testrenumber.cpp b/tests/testrenumber.cpp index 459987a05..e7cbbfac6 100644 --- a/tests/testrenumber.cpp +++ b/tests/testrenumber.cpp @@ -33,4 +33,4 @@ void TestRenumber::testMergeAndAppend() QCOMPARE(d->number, 2); } -QTEST_MAIN(TestRenumber) +QTEST_GUILESS_MAIN(TestRenumber) diff --git a/tests/testunitconversion.cpp b/tests/testunitconversion.cpp index 4583bcaf0..76dc554fe 100644 --- a/tests/testunitconversion.cpp +++ b/tests/testunitconversion.cpp @@ -23,4 +23,4 @@ void TestUnitConversion::testUnitConversions() get_units(); } -QTEST_MAIN(TestUnitConversion) +QTEST_GUILESS_MAIN(TestUnitConversion) |