OSDN Git Service

Add smalltest annotation to HardwareServicePermissionTest.
authorBrett Chabot <brettchabot@google.com>
Sat, 20 Jun 2009 01:13:50 +0000 (18:13 -0700)
committerBrett Chabot <brettchabot@google.com>
Sat, 20 Jun 2009 01:13:50 +0000 (18:13 -0700)
tests/permission/src/com/android/framework/permission/tests/HardwareServicePermissionTest.java

index dc6860a..719e758 100644 (file)
@@ -22,10 +22,12 @@ import android.os.Binder;
 import android.os.IHardwareService;
 import android.os.RemoteException;
 import android.os.ServiceManager;
+import android.test.suitebuilder.annotation.SmallTest;
 
 /**
  * Verify that Hardware apis cannot be called without required permissions.
  */
+@SmallTest
 public class HardwareServicePermissionTest extends TestCase {
 
     private IHardwareService mHardwareService;