diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-11 08:36:23 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-11 08:37:17 (GMT) |
commit | d753c7bc9028a97887d2c67f989d468cda39e1c6 (patch) | |
tree | 667e89e0b4fa6e20ae4df9ddf867b1969676ab1c /tests/auto/bic | |
parent | 3fd024c6d9f0b0998efc44a783ee8390c6494dfa (diff) | |
download | Qt-d753c7bc9028a97887d2c67f989d468cda39e1c6.zip Qt-d753c7bc9028a97887d2c67f989d468cda39e1c6.tar.gz Qt-d753c7bc9028a97887d2c67f989d468cda39e1c6.tar.bz2 |
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')
-rw-r--r-- | tests/auto/bic/tst_bic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/bic/tst_bic.cpp b/tests/auto/bic/tst_bic.cpp index db0c5ba..82c8dc0 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); |