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:
parent
e22a6108fd
commit
7e1aec215d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user