summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprinterinfo
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2011-12-28 17:00:27 -0200
committerQt by Nokia <qt-info@nokia.com>2012-03-24 17:07:52 +0100
commit7e1aec215d0f494c0dff583fa0f2084320f3083e (patch)
tree60add0fd6a10832e720e2a5b170e355e7a6f6948 /tests/auto/printsupport/kernel/qprinterinfo
parente22a6108fda7cac78f5597247ce7b0628b6ba3e2 (diff)
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>
Diffstat (limited to 'tests/auto/printsupport/kernel/qprinterinfo')
-rw-r--r--tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp b/tests/auto/printsupport/kernel/qprinterinfo/tst_qprinterinfo.cpp
index 2323dc8df3..48d38a8146 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<QPrinterInfo> printers = QPrinterInfo::availablePrinters();
- QCOMPARE(printers.size(), sysPrinters.size());
+// QCOMPARE(printers.size(), sysPrinters.size());
QHash<QString, bool> qtPrinters;