test: Remove QSKIP from tst_uic::stdOut()
authorSergio Ahumada <sergio.ahumada@nokia.com>
Mon, 10 Sep 2012 14:16:14 +0000 (16:16 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 10 Sep 2012 21:58:46 +0000 (23:58 +0200)
This test actually passes on Windows, so removing the QSKIP

Task-number: QTBUG-26730
Change-Id: Ife1b5bd0ffa20c433070a1875dde8b6a226c331a
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
tests/auto/tools/uic/tst_uic.cpp

index 7d30464..17c9462 100644 (file)
@@ -119,9 +119,6 @@ void tst_uic::cleanupTestCase()
 
 void tst_uic::stdOut()
 {
-#ifdef Q_OS_WIN
-    QSKIP("QTBUG-26730");
-#endif
     // Checks of everything works when using stdout and whether
     // the OS file format conventions regarding newlines are met.
     QDir baseline(m_baseline);