aboutsummaryrefslogtreecommitdiff
path: root/test/sound/raw.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-02-08 21:25:10 +0000
committerJohannes Schickel2010-02-08 21:25:10 +0000
commit4e86741d9ae9eb468d7b352dc6d17482d394fa1f (patch)
tree3bdf30646d4473a1257bd36ef6ff117da9b9bbe1 /test/sound/raw.h
parent18f6ac477602d8fb7160f12284135b67532584ea (diff)
downloadscummvm-rg350-4e86741d9ae9eb468d7b352dc6d17482d394fa1f.tar.gz
scummvm-rg350-4e86741d9ae9eb468d7b352dc6d17482d394fa1f.tar.bz2
scummvm-rg350-4e86741d9ae9eb468d7b352dc6d17482d394fa1f.zip
Make the "seek after the end of the stream" test case a bit "harder".
svn-id: r48008
Diffstat (limited to 'test/sound/raw.h')
-rw-r--r--test/sound/raw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sound/raw.h b/test/sound/raw.h
index 564ea2b266..a902235993 100644
--- a/test/sound/raw.h
+++ b/test/sound/raw.h
@@ -237,7 +237,7 @@ private:
TS_ASSERT_EQUALS(s->endOfData(), true);
// Try to seek after the end of the stream
- TS_ASSERT_EQUALS(s->seek(Audio::Timestamp(time * 1000, 1, 100000)), false);
+ TS_ASSERT_EQUALS(s->seek(Audio::Timestamp(time, 1, 100000)), false);
TS_ASSERT_EQUALS(s->endOfData(), true);
// Try to seek exactly at the end of the stream