summaryrefslogtreecommitdiffstats
path: root/tests/auto/bic/tst_bic.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-11 10:36:23 +0200
committerMartin Smith <msmith@trolltech.com>2009-09-11 10:37:17 +0200
commitd753c7bc9028a97887d2c67f989d468cda39e1c6 (patch)
tree667e89e0b4fa6e20ae4df9ddf867b1969676ab1c /tests/auto/bic/tst_bic.cpp
parent3fd024c6d9f0b0998efc44a783ee8390c6494dfa (diff)
Fixed a bug in the autotest for q3progressbar.
The "standard" test would sometimes fail (Mac OS X) because extra paint events could be generated, which would cause paintNumber to be > 1. Comparing it to 1 would fail. This test should be redesigned, I think.
Diffstat (limited to 'tests/auto/bic/tst_bic.cpp')
-rw-r--r--tests/auto/bic/tst_bic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/bic/tst_bic.cpp b/tests/auto/bic/tst_bic.cpp
index db0c5baa62..82c8dc0594 100644
--- a/tests/auto/bic/tst_bic.cpp
+++ b/tests/auto/bic/tst_bic.cpp
@@ -293,7 +293,7 @@ void tst_Bic::sizesAndVTables()
bool isFailed = false;
- qDebug() << oldLib.arg(libName);
+ //qDebug() << oldLib.arg(libName);
if (oldLib.isEmpty() || !QFile::exists(oldLib.arg(libName)))
QSKIP("No platform spec found for this platform/version.", SkipSingle);