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

Commit 0fbb7a60 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Fix testWAVSeekToEnd() testcase"

parents 8bda1c1e c5d4730e
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 {