CPPUNIT_ASSERT_EQUAL( false, aRes );
CPPUNIT_ASSERT_EQUAL( anInitialState, GetObjects( aModel ) );
- // 7. [D, *E, *G] -> -1 : drop item index is out of range ( more than than (list length - 1) )
- aRes = aModel->move( QList<int>() << 3 << 4 << 6, aDnD, false, 8 );
+ // 7. [D, *E, *G] -> -1 : drop item index is out of range ( more than than list length )
+ aRes = aModel->move( QList<int>() << 3 << 4 << 6, aDnD, false, 9 );
CPPUNIT_ASSERT_EQUAL( false, aRes );
CPPUNIT_ASSERT_EQUAL( anInitialState, GetObjects( aModel ) );