Turn on thubmnail capture unit test for media metadata retriever

This commit is contained in:
James Dong
2009-09-28 10:57:17 -07:00
parent 81384bf927
commit 525ad18663

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();