Merge "Fix testWAVSeekToEnd() testcase"
This commit is contained in:
@@ -344,10 +344,8 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
|
||||
|
||||
@LargeTest
|
||||
public void testWAVSeekToEnd() throws Exception {
|
||||
if (isWMVEnable) {
|
||||
boolean isEnd = CodecTest.seekToEnd(MediaNames.WAV);
|
||||
assertTrue("WAV seekToEnd", isEnd);
|
||||
}
|
||||
boolean isEnd = CodecTest.seekToEnd(MediaNames.WAV);
|
||||
assertTrue("WAV seekToEnd", isEnd);
|
||||
}
|
||||
|
||||
@MediumTest
|
||||
|
||||
Reference in New Issue
Block a user