summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index a0104d8..c36f290 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -405,7 +405,7 @@ void tst_qtgraphicaleffects::colorOverlay()
// Default values
QCOMPARE(obj->property("cached").toBool(), false);
- QCOMPARE(obj->property("color").toString(), QString("#000000"));
+ QCOMPARE(obj->property("color").toString(), QString("#00000000"));
delete obj;
}
@@ -782,9 +782,9 @@ void tst_qtgraphicaleffects::levelAdjust()
// Default values
QCOMPARE(obj->property("source").toInt(), 0);
- QCOMPARE(obj->property("minimumInput").toString(), QString("#000000"));
+ QCOMPARE(obj->property("minimumInput").toString(), QString("#00000000"));
QCOMPARE(obj->property("maximumInput").toString(), QString("#ffffff"));
- QCOMPARE(obj->property("minimumOutput").toString(), QString("#000000"));
+ QCOMPARE(obj->property("minimumOutput").toString(), QString("#00000000"));
QCOMPARE(obj->property("maximumOutput").toString(), QString("#ffffff"));
QCOMPARE(obj->property("cached").toBool(), false);