From: Thiago Macieira Date: Wed, 28 Dec 2011 19:00:27 +0000 (-0200) Subject: QPrinterInfo: remove a test that is too early X-Git-Tag: qt-v5.0.0-alpha1~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e1aec215d0f494c0dff583fa0f2084320f3083e;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp b/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp index 2323dc8..48d38a8 100644 --- a/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp +++ b/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp @@ -275,7 +275,7 @@ void tst_QPrinterInfo::testForPrinters() # endif QList printers = QPrinterInfo::availablePrinters(); - QCOMPARE(printers.size(), sysPrinters.size()); +// QCOMPARE(printers.size(), sysPrinters.size()); QHash qtPrinters;