From 9249768db5f5b09d67e81370da828e3cb99cc3df Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 31 Jan 2015 19:21:47 +0100 Subject: NOISSUE Make tests no longer use the MultiMC object They do not require the application part anymore --- tests/tst_inifile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tst_inifile.cpp') diff --git a/tests/tst_inifile.cpp b/tests/tst_inifile.cpp index 93930ae9..6bec32f5 100644 --- a/tests/tst_inifile.cpp +++ b/tests/tst_inifile.cpp @@ -33,11 +33,11 @@ slots: QString there = INIFile::escape(through); QString back = INIFile::unescape(there); - + QCOMPARE(back, through); } }; -QTEST_GUILESS_MAIN_MULTIMC(IniFileTest) +QTEST_GUILESS_MAIN(IniFileTest) #include "tst_inifile.moc" -- cgit