Skycoder42
7 years ago
No known key found for this signature in database
GPG Key ID: 8E01AD9EF0578D2B
1 changed files with
1 additions and
1 deletions
-
tests/auto/mvvmcore/serviceregistry/tst_serviceregistry.cpp
|
@ -178,7 +178,7 @@ void ServiceRegistryTest::testPluginRegistration() |
|
|
QCOMPARE(ServiceRegistry::instance()->service<PluginTestInterface>()->magicNumber(), 72); |
|
|
QCOMPARE(ServiceRegistry::instance()->service<PluginTestInterface>()->magicNumber(), 72); |
|
|
} catch(QException &e) { |
|
|
} catch(QException &e) { |
|
|
#ifdef __MINGW32__ |
|
|
#ifdef __MINGW32__ |
|
|
QEXPECT_FAIL("", "Plugin loading in the tests is currently broken on mingw", Abort) |
|
|
QEXPECT_FAIL("", "Plugin loading in the tests is currently broken on mingw", Abort); |
|
|
QVERIFY2(false, e.what()); |
|
|
QVERIFY2(false, e.what()); |
|
|
#else |
|
|
#else |
|
|
QFAIL(e.what()); |
|
|
QFAIL(e.what()); |
|
|