mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
updated navigation object test
This commit is contained in:
parent
ca80f4519f
commit
db962209a7
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user