mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-21 18:02:43 +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();
|
||||
BOOST_REQUIRE(sound.isPlaying() == true);
|
||||
|
||||
sound.play();
|
||||
BOOST_REQUIRE(sound.isPlaying() == true);
|
||||
|
||||
sound.pause();
|
||||
BOOST_REQUIRE(sound.isPaused() == true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user