am 99638e74: Merge change 27466 into eclair

Merge commit '99638e747251929191f7773d2a81bbea223f1e09' into eclair-plus-aosp

* commit '99638e747251929191f7773d2a81bbea223f1e09':
  Turn on thubmnail capture unit test for media metadata retriever
This commit is contained in:
James Dong
2009-09-28 11:49:22 -07:00
committed by Android Git Automerger

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