summaryrefslogtreecommitdiffstats
path: root/tests/tst_gradlespecifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_gradlespecifier.cpp')
-rw-r--r--tests/tst_gradlespecifier.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tst_gradlespecifier.cpp b/tests/tst_gradlespecifier.cpp
index 69dd54f7..56c29b85 100644
--- a/tests/tst_gradlespecifier.cpp
+++ b/tests/tst_gradlespecifier.cpp
@@ -32,7 +32,7 @@ slots:
QFETCH(QString, through);
QString converted = GradleSpecifier(through);
-
+
QCOMPARE(converted, through);
}
@@ -50,7 +50,7 @@ slots:
QFETCH(QString, expected);
QString converted = GradleSpecifier(spec).toPath();
-
+
QCOMPARE(converted, expected);
}
void test_Negative_data()
@@ -72,6 +72,6 @@ slots:
}
};
-QTEST_GUILESS_MAIN_MULTIMC(GradleSpecifierTest)
+QTEST_GUILESS_MAIN(GradleSpecifierTest)
#include "tst_gradlespecifier.moc"