aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-03-06 10:26:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-06 15:43:48 +0100
commit71b523811f3bb86d76caa35f6ef3006258e18351 (patch)
tree5b5b7113b24295030db23e936d6bac04f44ff32d /tests
parentf309030eadf6b5b6764575f13eb4020587cda2fe (diff)
tst_qtgraphicaleffects: fixed typo
lenght -> length Change-Id: I406995cad6992e5f48e38ebcb6d94cfae2a1b9db Reviewed-by: Marko Niemelä <marko.a.niemela@nokia.com>
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);