mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
Replicate extra scenerio in audio loading test
(hazardous for streaming)
This commit is contained in:
parent
c234eb00f6
commit
88b1c9e509
@ -23,6 +23,9 @@ BOOST_AUTO_TEST_CASE(testBufferIsPlaying) {
|
|||||||
sound.play();
|
sound.play();
|
||||||
BOOST_REQUIRE(sound.isPlaying() == true);
|
BOOST_REQUIRE(sound.isPlaying() == true);
|
||||||
|
|
||||||
|
sound.play();
|
||||||
|
BOOST_REQUIRE(sound.isPlaying() == true);
|
||||||
|
|
||||||
sound.pause();
|
sound.pause();
|
||||||
BOOST_REQUIRE(sound.isPaused() == true);
|
BOOST_REQUIRE(sound.isPaused() == true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user