updated navigation object test

This commit is contained in:
Samweli 2020-05-02 03:09:32 +02:00 committed by Nyall Dawson
parent ca80f4519f
commit db962209a7

View File

@ -113,7 +113,7 @@ void TestQgsTemporalNavigationObject::animationState()
QCOMPARE( navigationObject->currentFrameNumber(), 0 );
navigationObject->skipToEnd();
QCOMPARE( navigationObject->currentFrameNumber(), 10 );
QCOMPARE( navigationObject->currentFrameNumber(), 9 );
navigationObject->rewindToStart();
QCOMPARE( navigationObject->currentFrameNumber(), 0 );