diff -r dee5afe5301f -r 3f74d0d4af4c tests/auto/compilerwarnings/tst_compilerwarnings.cpp --- a/tests/auto/compilerwarnings/tst_compilerwarnings.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/tests/auto/compilerwarnings/tst_compilerwarnings.cpp Thu Apr 08 14:19:33 2010 +0300 @@ -148,7 +148,7 @@ if (tmpSourceFile.isEmpty()) { tmpQSourceFile.open(QIODevice::ReadWrite | QIODevice::Truncate); tmpSourceFile = tmpQSourceFile.fileName(); - QFile cppSource(":/test.cpp"); + QFile cppSource(":/test_cpp.txt"); bool openResult = cppSource.open(QIODevice::ReadOnly); if (openResult) { @@ -158,7 +158,7 @@ } } tmpQSourceFile.close(); - QVERIFY2(openResult, "Need resource temporary \"test.cpp\""); + QVERIFY2(openResult, "Need resource temporary \"test_cpp.txt\""); QStringList args; QString compilerName;