tests/auto/qtextcodec/tst_qtextcodec.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/tests/auto/qtextcodec/tst_qtextcodec.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/tests/auto/qtextcodec/tst_qtextcodec.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -1946,6 +1946,8 @@
 {
 #ifdef QT_NO_PROCESS
     QSKIP("This test requires QProcess", SkipAll);
+#elif defined(Q_OS_SYMBIAN)
+    QSKIP("This test requires streams support in QProcess", SkipAll);
 #else
     QProcess process;
     process.start("echo/echo");