Update test case test35AnimatedImagePlaybackModeReversedBounce
This commit is contained in:
parent
b68f948b76
commit
fb50a4d489
|
@ -700,7 +700,7 @@ static BOOL _isCalled;
|
||||||
i--;
|
i--;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cnt > 3) {
|
if (cnt >= 2) {
|
||||||
[expectation fulfill];
|
[expectation fulfill];
|
||||||
// Stop Animation to avoid extra callback
|
// Stop Animation to avoid extra callback
|
||||||
[wimageView.player stopPlaying];
|
[wimageView.player stopPlaying];
|
||||||
|
@ -753,7 +753,7 @@ static BOOL _isCalled;
|
||||||
i--;
|
i--;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cnt > 3) {
|
if (cnt >= 2) {
|
||||||
[expectation fulfill];
|
[expectation fulfill];
|
||||||
// Stop Animation to avoid extra callback
|
// Stop Animation to avoid extra callback
|
||||||
[wimageView.player stopPlaying];
|
[wimageView.player stopPlaying];
|
||||||
|
|
Loading…
Reference in New Issue