aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickgridview/tst_qquickgridview.cpp2
-rw-r--r--tests/auto/quick/qquicklistview/tst_qquicklistview.cpp2
2 files changed, 2 insertions, 2 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")
diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
index c1aa9460e6..6f4c251a61 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -6014,7 +6014,7 @@ void tst_QQuickListView::moveTransitions_data()
<< 20 << 15 << 1 << ListRange(15, 15);
QTest::newRow("move from below view, move 1 up, move to bottom, contentY not 0") << 30 << 4*20.0 << 0.0
<< 25 << 15+4 << 1 << ListRange(15+4, 15+4);
- QTest::newRow("move from below view, move multiple up, move to to bottom") << 30 << 0.0 << 0.0
+ QTest::newRow("move from below view, move multiple up, move to bottom") << 30 << 0.0 << 0.0
<< 20 << 15 << 3 << ListRange(15, 15);
QTest::newRow("move from below view, move multiple up, move to bottom, contentY not 0") << 30 << 4*20.0 << 0.0
<< 25 << 15+4 << 3 << ListRange(15+4, 15+4);