Modified test cases.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 9 Apr 2010 10:36:27 +0000 (13:36 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 9 Apr 2010 10:36:27 +0000 (13:36 +0300)
tests/testmap/testmapengine/testmapengine.cpp

index c12fcb6..260133e 100644 (file)
@@ -92,6 +92,10 @@ void TestMapEngine::setLocation()
     engine.setLocation(QPointF(550.23, 550.23));
     QTest::qWait(1000);
     QCOMPARE(fetchImageSpy.count(), GRID_WIDTH*GRID_HEIGHT);
+
+//    engine.setLocation(QPointF(550.23 + 256.0, 550.23 + 256.0));
+//    QTest::qWait(1000);
+//    QCOMPARE(fetchImageSpy.count(), 7);
 }
 
 QTEST_MAIN(TestMapEngine)