Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5d4730e authored by James Dong's avatar James Dong
Browse files

Fix testWAVSeekToEnd() testcase

The testcase does not depend on the availability of WMV decoder

Change-Id: I983f6d5954242a28fb9818fa03447b4afe7ad3d1
parent a6689ddb
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -344,11 +344,9 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
    
    @LargeTest
    public void testWAVSeekToEnd() throws Exception {
        if (isWMVEnable) {
        boolean isEnd = CodecTest.seekToEnd(MediaNames.WAV);
        assertTrue("WAV seekToEnd", isEnd);
    }  
    }  
    
    @MediumTest
    public void testLargeVideoHeigth() throws Exception {