Merge change 27466 into eclair

* changes:
  Turn on thubmnail capture unit test for media metadata retriever
This commit is contained in:
Android (Google) Code Review
2009-09-28 14:40:34 -04:00

View File

@@ -61,9 +61,8 @@ public class MediaMetadataRetrieverTest extends AndroidTestCase {
}
// Test frame capture
// Suppressing until 1259652 is fixed.
@Suppress
public static void disableTestThumbnailCapture() throws Exception {
@LargeTest
public static void testThumbnailCapture() throws Exception {
MediaMetadataRetriever retriever = new MediaMetadataRetriever();
Log.v(TAG, "Thumbnail processing starts");
long startedAt = System.currentTimeMillis();