aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-09-24 16:25:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-24 16:31:03 +0200
commitcca0a173bc12265fbfec1e4c73f2aee667cd5aa5 (patch)
tree37bccbbce3e1e80c0499a8f0356db51d7ff876e7 /tests/auto/quick/qquickgridview
parent2cfcd6e3f52f2eb949f11a8416131519c1bd6d8e (diff)
Fixed instances of "to to" in qtdeclarative.
Really it should just be "to". Change-Id: I3263c8d6ce2f0ad33ab12d7ddb9202beac578f91 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/quick/qquickgridview')
-rw-r--r--tests/auto/quick/qquickgridview/tst_qquickgridview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickgridview/tst_qquickgridview.cpp b/tests/auto/quick/qquickgridview/tst_qquickgridview.cpp
index a58c6bbc28..72c3f7171a 100644
--- a/tests/auto/quick/qquickgridview/tst_qquickgridview.cpp
+++ b/tests/auto/quick/qquickgridview/tst_qquickgridview.cpp
@@ -5038,7 +5038,7 @@ void tst_QQuickGridView::moveTransitions_data()
QTest::newRow("move from below view, move 1 up, move to bottom, contentY not 0")
<< 30 << 1.0 << 0.0
<< 25 << 17+3 << 1 << ListRange(17+3, 17+3);
- QTest::newRow("move from below view, move multiple up, move to to bottom")
+ QTest::newRow("move from below view, move multiple up, move to bottom")
<< 30 << 0.0 << 0.0
<< 20 << 17 << 3 << ListRange(17, 17);
QTest::newRow("move from below view, move multiple up, move to bottom, contentY not 0")