diff options
author | Elliott Hughes <enh@google.com> | 2013-08-23 13:50:15 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-08-23 13:50:15 -0700 |
commit | 767bb5d0a3671f64e90742e2974c1956ebd63447 (patch) | |
tree | a919e7295ea321c81132e408cad89e969b62fe10 /luni/src/test/java/org | |
parent | a534d5004e8ef8bfab280b3027b6bb9934da8a31 (diff) | |
download | libcore-767bb5d0a3671f64e90742e2974c1956ebd63447.zip libcore-767bb5d0a3671f64e90742e2974c1956ebd63447.tar.gz libcore-767bb5d0a3671f64e90742e2974c1956ebd63447.tar.bz2 |
Remove bogus @test comments that confuse vogar.
They should be @tests, but they're useless anyway. (If there weren't
so many, I'd remove all the @tests comments too.)
Change-Id: I6d34a77c48d7d0bac075758453fd0d29f6f9901c
Diffstat (limited to 'luni/src/test/java/org')
-rw-r--r-- | luni/src/test/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/luni/src/test/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java b/luni/src/test/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java index a158c83..6b93abe 100644 --- a/luni/src/test/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java +++ b/luni/src/test/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java @@ -228,9 +228,6 @@ public class KeyStoreTest extends TestCase { } } - /** - * @test java.security.KeyStore.PasswordProtection.getPassword() - */ public void testKeyStorePPGetPassword() { // Regression for HARMONY-1539 // no exception expected |