Merge change 3799 into donut

* changes:
  Turned on the windows media related test cases as the binary already integrated.
This commit is contained in:
Android (Google) Code Review
2009-06-10 17:10:05 -07:00

View File

@@ -80,7 +80,6 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
assertTrue("MIDI getDuration", duratoinWithinTolerence); assertTrue("MIDI getDuration", duratoinWithinTolerence);
} }
@Suppress
@MediumTest @MediumTest
public void testWMA9GetDuration() throws Exception { public void testWMA9GetDuration() throws Exception {
int duration = CodecTest.getDuration(MediaNames.WMA9); int duration = CodecTest.getDuration(MediaNames.WMA9);
@@ -122,7 +121,6 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
assertTrue("MIDI GetCurrentPosition", currentPosition); assertTrue("MIDI GetCurrentPosition", currentPosition);
} }
@Suppress
@LargeTest @LargeTest
public void testWMA9GetCurrentPosition() throws Exception { public void testWMA9GetCurrentPosition() throws Exception {
boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.WMA9); boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.WMA9);
@@ -160,7 +158,6 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
assertTrue("MIDI Pause", isPaused); assertTrue("MIDI Pause", isPaused);
} }
@Suppress
@LargeTest @LargeTest
public void testWMA9Pause() throws Exception { public void testWMA9Pause() throws Exception {
boolean isPaused = CodecTest.pause(MediaNames.WMA9); boolean isPaused = CodecTest.pause(MediaNames.WMA9);
@@ -232,7 +229,6 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
assertTrue("MIDI setLooping", isLoop); assertTrue("MIDI setLooping", isLoop);
} }
@Suppress
@LargeTest @LargeTest
public void testWMA9SetLooping() throws Exception { public void testWMA9SetLooping() throws Exception {
boolean isLoop = CodecTest.setLooping(MediaNames.WMA9); boolean isLoop = CodecTest.setLooping(MediaNames.WMA9);
@@ -271,7 +267,6 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
assertTrue("MIDI seekTo", isLoop); assertTrue("MIDI seekTo", isLoop);
} }
@Suppress
@LargeTest @LargeTest
public void testWMA9SeekTo() throws Exception { public void testWMA9SeekTo() throws Exception {
boolean isLoop = CodecTest.seekTo(MediaNames.WMA9); boolean isLoop = CodecTest.seekTo(MediaNames.WMA9);
@@ -388,7 +383,6 @@ public class MediaPlayerApiTest extends ActivityInstrumentationTestCase<MediaFra
assertTrue("H264AMR SeekTo", isSeek); assertTrue("H264AMR SeekTo", isSeek);
} }
@Suppress
@LargeTest @LargeTest
public void testVideoWMVSeekTo() throws Exception { public void testVideoWMVSeekTo() throws Exception {
boolean isSeek = CodecTest.videoSeekTo(MediaNames.VIDEO_WMV); boolean isSeek = CodecTest.videoSeekTo(MediaNames.VIDEO_WMV);