diff options
| author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-14 04:38:28 (GMT) |
|---|---|---|
| committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-15 04:48:53 (GMT) |
| commit | fa93b3fb3956f77f36c520e41b0c5065e51a56ce (patch) | |
| tree | c11c951232ea0c97637ae98ee41a2cf35f033975 | |
| parent | 05c01500d24a0715d65c1c4d1c3e827fdf376126 (diff) | |
| download | Qt-fa93b3fb3956f77f36c520e41b0c5065e51a56ce.zip Qt-fa93b3fb3956f77f36c520e41b0c5065e51a56ce.tar.gz Qt-fa93b3fb3956f77f36c520e41b0c5065e51a56ce.tar.bz2 | |
Should work now, don't skip.
| -rw-r--r-- | tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp b/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp index 26199d3..6d17acc 100644 --- a/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp +++ b/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp @@ -101,7 +101,6 @@ inline QUrl TEST_FILE(const QString &filename) void tst_qdeclarativemoduleplugin::importsPlugin() { -QSKIP("Fix me", SkipAll); QDeclarativeEngine engine; engine.addImportPath(QLatin1String(SRCDIR) + QDir::separator() + QLatin1String("imports")); QTest::ignoreMessage(QtWarningMsg, "plugin created"); |
