From f40d4fbbbeb8e972114c41078e038fbbe0e5b083 Mon Sep 17 00:00:00 2001 From: Jason Noguchi Date: Wed, 31 Jul 2013 14:16:31 -0700 Subject: Clean up the test tags used by the continuous test service to determine which tests to run on every dev build. Add SmallTest or MediumTest tags for unit tests that are currently being skipped and remove LargeTest tags from long running stress tests which are not necessary in this context. Change-Id: I2d3db31b0800dcbed42c881c5eaa589517fd9f87 --- tests/src/com/android/gallery3d/exif/ExifTagTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/src/com/android/gallery3d/exif/ExifTagTest.java') diff --git a/tests/src/com/android/gallery3d/exif/ExifTagTest.java b/tests/src/com/android/gallery3d/exif/ExifTagTest.java index 59067c3fe..e6a41ecfa 100644 --- a/tests/src/com/android/gallery3d/exif/ExifTagTest.java +++ b/tests/src/com/android/gallery3d/exif/ExifTagTest.java @@ -16,6 +16,8 @@ package com.android.gallery3d.exif; +import android.test.suitebuilder.annotation.SmallTest; + import junit.framework.TestCase; import java.util.HashMap; @@ -92,6 +94,7 @@ public class ExifTagTest extends TestCase { mTestTags = null; } + @SmallTest public void testValueType() { for (ExifTag tag : mTestTags.values()) { assertTrue(tag != null); -- cgit v1.2.3