From faaa866961bec9ac66f4fa2360a2717d3a605199 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 10 Sep 2012 16:16:14 +0200 Subject: test: Remove QSKIP from tst_uic::stdOut() This test actually passes on Windows, so removing the QSKIP Task-number: QTBUG-26730 Change-Id: Ife1b5bd0ffa20c433070a1875dde8b6a226c331a Reviewed-by: Qt Doc Bot Reviewed-by: Friedemann Kleint Reviewed-by: J-P Nurmi --- tests/auto/tools/uic/tst_uic.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auto/tools') diff --git a/tests/auto/tools/uic/tst_uic.cpp b/tests/auto/tools/uic/tst_uic.cpp index 7d30464669..17c9462dbf 100644 --- a/tests/auto/tools/uic/tst_uic.cpp +++ b/tests/auto/tools/uic/tst_uic.cpp @@ -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); -- cgit v1.2.3