--- a/tests/auto/languagechange/tst_languagechange.cpp Wed Jun 23 19:07:03 2010 +0300
+++ b/tests/auto/languagechange/tst_languagechange.cpp Tue Jul 06 15:10:48 2010 +0300
@@ -238,8 +238,8 @@
QString fooName = tmpParentDir + "/foo";
QDir dir;
QCOMPARE(dir.mkpath(tmpDir), true);
-#if defined(Q_OS_SYMBIAN) && defined(Q_CC_NOKIAX86)
- // Just create a new file instead of copying exe, because exe is not there in emulator
+#if defined(Q_OS_SYMBIAN)
+ // Just create a new file instead of copying exe, because there is no read access to /sys/bin
{
QFile fooFile(fooName);
QVERIFY(fooFile.open(QIODevice::WriteOnly | QIODevice::Text));