From 2c7fccaf99a6c1e70944f058060ac5bd29e2680e Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Mon, 22 Jan 2018 13:55:16 +0100 Subject: Change dependencies (main depends on src, tests depend on main) fixes #350 als some minor automated housekeeping. --- tests/auto/util/tst_util.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/util/tst_util.cpp b/tests/auto/util/tst_util.cpp index dbc65750..bd1ba906 100644 --- a/tests/auto/util/tst_util.cpp +++ b/tests/auto/util/tst_util.cpp @@ -57,8 +57,10 @@ void tst_util::cleanupTestCase() {} * of Util::normalizeFolderPath the paths should always end with a slash */ void tst_util::normalizeFolderPath() { - QCOMPARE(Util::normalizeFolderPath("test"), QDir::toNativeSeparators("test/")); - QCOMPARE(Util::normalizeFolderPath("test/"), QDir::toNativeSeparators("test/")); + QCOMPARE(Util::normalizeFolderPath("test"), + QDir::toNativeSeparators("test/")); + QCOMPARE(Util::normalizeFolderPath("test/"), + QDir::toNativeSeparators("test/")); } QTEST_MAIN(tst_util) -- cgit v1.2.3