Merge change 25826 into eclair

* changes:
  Suppressed the invalidFrameRate as the framework is not throwing the IOException anymore.
This commit is contained in:
Android (Google) Code Review
2009-09-18 19:14:32 -04:00

View File

@ -417,6 +417,7 @@ public class MediaRecorderTest extends ActivityInstrumentationTestCase<MediaFram
assertTrue("Invalid video Size", isTestInvalidVideoSizeSuccessful);
}
@Suppress
@LargeTest
public void testInvalidFrameRate() throws Exception {
boolean isTestInvalidFrameRateSuccessful = false;