From 4e86741d9ae9eb468d7b352dc6d17482d394fa1f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 8 Feb 2010 21:25:10 +0000 Subject: Make the "seek after the end of the stream" test case a bit "harder". svn-id: r48008 --- test/sound/raw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3