Merge change 26948 into eclair

* changes:
  Suppress the testPing as we moved the release test target to the userdebug. This test rely on a mock_media_player.so which build under the eng build
This commit is contained in:
Android (Google) Code Review
2009-09-24 19:53:57 -04:00

View File

@@ -55,6 +55,7 @@ public class MediaPlayerInvokeTest extends ActivityInstrumentationTestCase2<Medi
} }
// Generate a random number, sends it to the ping test player. // Generate a random number, sends it to the ping test player.
@Suppress
@MediumTest @MediumTest
public void testPing() throws Exception { public void testPing() throws Exception {
mPlayer.setDataSource("test:invoke_mock_media_player.so?url=ping"); mPlayer.setDataSource("test:invoke_mock_media_player.so?url=ping");