tests/auto/qtextcodec/tst_qtextcodec.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
  1944 #ifdef Q_OS_UNIX
  1944 #ifdef Q_OS_UNIX
  1945 void tst_QTextCodec::toLocal8Bit()
  1945 void tst_QTextCodec::toLocal8Bit()
  1946 {
  1946 {
  1947 #ifdef QT_NO_PROCESS
  1947 #ifdef QT_NO_PROCESS
  1948     QSKIP("This test requires QProcess", SkipAll);
  1948     QSKIP("This test requires QProcess", SkipAll);
       
  1949 #elif defined(Q_OS_SYMBIAN)
       
  1950     QSKIP("This test requires streams support in QProcess", SkipAll);
  1949 #else
  1951 #else
  1950     QProcess process;
  1952     QProcess process;
  1951     process.start("echo/echo");
  1953     process.start("echo/echo");
  1952     QString string(QChar(0x410));
  1954     QString string(QChar(0x410));
  1953     process.write((const char*)string.utf16(), string.length()*2);
  1955     process.write((const char*)string.utf16(), string.length()*2);