QPrinterInfo: remove a test that is too early
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 28 Dec 2011 19:00:27 +0000 (17:00 -0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 24 Mar 2012 16:07:52 +0000 (17:07 +0100)
If we want to have any chance of getting the missing printers
reported, we cannot check the size beforehand.

Change-Id: I450897fe53c04aeb1a4b217bd0c1f548c455a428
Reviewed-by: John Layt <jlayt@kde.org>
tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp

index 2323dc8..48d38a8 100644 (file)
@@ -275,7 +275,7 @@ void tst_QPrinterInfo::testForPrinters()
 # endif
     QList<QPrinterInfo> printers = QPrinterInfo::availablePrinters();
 
-    QCOMPARE(printers.size(), sysPrinters.size());
+//    QCOMPARE(printers.size(), sysPrinters.size());
 
     QHash<QString, bool> qtPrinters;