From 767bb5d0a3671f64e90742e2974c1956ebd63447 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 23 Aug 2013 13:50:15 -0700 Subject: 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 --- .../org/apache/harmony/security/tests/java/security/KeyStoreTest.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'luni/src/test/java/org') 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 -- cgit v1.1