diff options
author | Yu Shan Emily Lau <yslau@google.com> | 2009-07-20 16:01:54 -0700 |
---|---|---|
committer | Yu Shan Emily Lau <yslau@google.com> | 2009-07-20 16:01:54 -0700 |
commit | b42c3a5809b16527b38c82be3165128ce10e77e6 (patch) | |
tree | 8d75b8aadc89667ef692ef72a03cc92042fd2d7f /tests/AndroidTests | |
parent | ff851a1d669febe3981e248ade14906f1652f018 (diff) | |
download | frameworks_base-b42c3a5809b16527b38c82be3165128ce10e77e6.zip frameworks_base-b42c3a5809b16527b38c82be3165128ce10e77e6.tar.gz frameworks_base-b42c3a5809b16527b38c82be3165128ce10e77e6.tar.bz2 |
Fix the build
Diffstat (limited to 'tests/AndroidTests')
-rwxr-xr-x | tests/AndroidTests/src/com/android/unit_tests/VpnTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java b/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java index fd7861c..7dc1314 100755 --- a/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java +++ b/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java @@ -19,6 +19,7 @@ package com.android.unit_tests; import android.net.vpn.L2tpIpsecProfile; import android.net.vpn.VpnType; import android.test.AndroidTestCase; +import android.test.suitebuilder.annotation.SmallTest; /** * Unit test class to test VPN api |