diff options
| author | Hung-ying Tyan <tyanh@google.com> | 2009-09-30 18:00:36 +0800 |
|---|---|---|
| committer | Hung-ying Tyan <tyanh@google.com> | 2009-09-30 18:39:48 +0800 |
| commit | 865a1bbf36cc8ea8d9c015effb92733347912244 (patch) | |
| tree | 32fa8cb9f48a756ad27754b257cc5660b3348087 /tests/AndroidTests | |
| parent | f2bd901738736e16ea93f0a4c7275f2141ca3a3e (diff) | |
| download | frameworks_base-865a1bbf36cc8ea8d9c015effb92733347912244.zip frameworks_base-865a1bbf36cc8ea8d9c015effb92733347912244.tar.gz frameworks_base-865a1bbf36cc8ea8d9c015effb92733347912244.tar.bz2 | |
Remove deprecated VpnType.getDescription().
Diffstat (limited to 'tests/AndroidTests')
| -rwxr-xr-x | tests/AndroidTests/src/com/android/unit_tests/VpnTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java b/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java index 67fcd61..cb64293 100755 --- a/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java +++ b/tests/AndroidTests/src/com/android/unit_tests/VpnTest.java @@ -130,7 +130,6 @@ public class VpnTest extends AndroidTestCase { private void testVpnType(VpnType type) { assertFalse(TextUtils.isEmpty(type.getDisplayName())); - assertNotNull(type.getDescription()); assertNotNull(type.getProfileClass()); } |
