aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@sletta.org>2015-10-19 10:42:32 +0200
committerGunnar Sletta <gunnar@sletta.org>2015-10-19 09:46:28 +0000
commit936c16ebe6ea148c09e31cd38f5b25450f9407f5 (patch)
tree9d993bb995766c0733b9a50287a0a126f97d269c /tests
parentb09a5387595cb22a0fd67d7409ea52cf60f55bb6 (diff)
Make DropShadow properties into 'real' again.
Change-Id: Icf416b5db2cf9dbb0be29fc0e3b9a855c58035e3 Task-number: QTBUG-48625 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index 8c93f9c..a0104d8 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -457,14 +457,11 @@ void tst_qtgraphicaleffects::dropShadow()
QVERIFY(obj != 0);
// Default values
- QEXPECT_FAIL("", "QTBUG-48625", Continue);
QCOMPARE(obj->property("radius").type(), QVariant::Double);
QCOMPARE(obj->property("radius").toDouble(), 4.0);
QCOMPARE(obj->property("samples").toInt(), 9);
- QEXPECT_FAIL("", "QTBUG-48625", Continue);
QCOMPARE(obj->property("horizontalOffset").type(), QVariant::Double);
QCOMPARE(obj->property("horizontalOffset").toDouble(), 0.0);
- QEXPECT_FAIL("", "QTBUG-48625", Continue);
QCOMPARE(obj->property("verticalOffset").type(), QVariant::Double);
QCOMPARE(obj->property("verticalOffset").toDouble(), 0.0);
QCOMPARE(obj->property("cached").toBool(), false);
@@ -583,7 +580,6 @@ void tst_qtgraphicaleffects::glow()
QVERIFY(obj != 0);
// Default values
- QEXPECT_FAIL("", "QTBUG-48625", Continue);
QCOMPARE(obj->property("radius").type(), QVariant::Double);
QCOMPARE(obj->property("radius").toDouble(), 4.0);
QCOMPARE(obj->property("samples").toInt(), 9);