┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorSimeon Bird <[email protected]>2013-01-15 11:11:11 -0500
committerSimeon Bird <[email protected]>2013-01-15 11:11:11 -0500
commit72de114a94c9a8d313c517a694be63662a7d10c2 (patch)
tree403f753638f2fdbfbc449e818c3290f81854dcfc /src/tests
parent4f0cd0b4470a76f649d8d7017672f47d0cae320d (diff)
parente7fe50bd3d5a2a1f8427878086ff94deb31091bb (diff)
Merge branch 'KDE/4.10'
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/kitemlistselectionmanagertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/kitemlistselectionmanagertest.cpp b/src/tests/kitemlistselectionmanagertest.cpp
index 3a8400930..302985a5f 100644
--- a/src/tests/kitemlistselectionmanagertest.cpp
+++ b/src/tests/kitemlistselectionmanagertest.cpp
@@ -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;
}