QPrinterInfo: remove a test that is too early

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>
This commit is contained in:
Thiago Macieira 2011-12-28 17:00:27 -02:00 committed by Qt by Nokia
parent e22a6108fd
commit 7e1aec215d

View 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;