aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index 5acd1d7..cd41a38 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -649,7 +649,7 @@ void tst_qtgraphicaleffects::directionalBlur()
// Default values
QCOMPARE(obj->property("source").toInt(), 0);
- QCOMPARE(obj->property("lenght").toInt(), 0);
+ QCOMPARE(obj->property("length").toInt(), 0);
QCOMPARE(obj->property("samples").toDouble(), 0.0);
QCOMPARE(obj->property("angle").toDouble(), 0.0);
QCOMPARE(obj->property("transparentBorder").toBool(), false);
@@ -703,7 +703,7 @@ void tst_qtgraphicaleffects::zoomBlur()
// Default values
QCOMPARE(obj->property("source").toInt(), 0);
- QCOMPARE(obj->property("lenght").toInt(), 0);
+ QCOMPARE(obj->property("length").toInt(), 0);
QCOMPARE(obj->property("samples").toDouble(), 0.0);
QCOMPARE(obj->property("transparentBorder").toBool(), false);
QCOMPARE(obj->property("cached").toBool(), false);