diff -r ef0373b55136 -r 758a864f9613 tests/auto/qpluginloader/tst_qpluginloader.cpp --- a/tests/auto/qpluginloader/tst_qpluginloader.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/tests/auto/qpluginloader/tst_qpluginloader.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -169,7 +169,7 @@ QCOMPARE(loader.errorString(), unknown); } { - QPluginLoader loader( sys_qualifiedLibraryName("mylib")); //not a plugin + QPluginLoader loader( sys_qualifiedLibraryName("tst_qpluginloaderlib")); //not a plugin bool loaded = loader.load(); #ifdef SHOW_ERRORS qDebug() << loader.errorString();