]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/kitemlistselectionmanagertest.cpp
Include "Space" in the keyboard search string
[dolphin.git] / src / tests / kitemlistselectionmanagertest.cpp
index 3a84009309fc8adfd84dcca2dff98c80a434ecfe..302985a5f4c72a0696d1f837a8d5ea1e95c6c643 100644 (file)
@@ -499,7 +499,7 @@ void KItemListSelectionManagerTest::testDeleteCurrentItem_data()
     QTest::newRow("Remove before")               << 50 <<  0 << 10 << 40;
     QTest::newRow("Remove after")                << 50 << 51 << 10 << 50;
     QTest::newRow("Remove exactly current item") << 50 << 50 <<  1 << 50;
-    QTest::newRow("Remove around current item")  << 50 << 45 << 10 << 50;
+    QTest::newRow("Remove around current item")  << 50 << 45 << 10 << 45;
     QTest::newRow("Remove all except one item")  << 50 <<  1 << 99 <<  0;
 }