Index: ChangeLog =================================================================== RCS file: /cvs/mauve/mauve/ChangeLog,v retrieving revision 1.588 diff -u -3 -p -r1.588 ChangeLog --- ChangeLog 25 Apr 2004 11:10:39 -0000 1.588 +++ ChangeLog 25 Apr 2004 12:09:20 -0000 @@ -1,3 +1,12 @@ +2004-04-25 Thomas Zander + + * gnu/testlet/java/beans/Introspector/jdk12.java: remove duplicate tag + * gnu/testlet/java/net/DatagramSocket/DatagramSocketTest2.java + gnu/testlet/java/security/AlgorithmParameterGenerator/MauveAlgorithm.java + gnu/testlet/java/security/AlgorithmParameters/MauveAlgorithm.java + gnu/testlet/java/security/KeyFactory/MauveAlgorithm.java + gnu/testlet/java/security/KeyPairGenerator/MauveAlgorithm.java: fix tag + 2004-04-25 Mark Wielaard * gnu/testlet/java/net/DatagramSocket/DatagramSocketTest2.java: Remove Index: gnu/testlet/java/beans/Introspector/jdk12.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/beans/Introspector/jdk12.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 jdk12.java --- gnu/testlet/java/beans/Introspector/jdk12.java 13 Nov 2002 13:31:51 -0000 1.2 +++ gnu/testlet/java/beans/Introspector/jdk12.java 25 Apr 2004 12:09:20 -0000 @@ -1,4 +1,4 @@ -// Tags: JDK1.2 JAVA2 +// Tags: JDK1.2 package gnu.testlet.java.beans.Introspector; import gnu.testlet.Testlet; Index: gnu/testlet/java/security//AlgorithmParameterGenerator/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/AlgorithmParameterGenerator/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//AlgorithmParameterGenerator/MauveAlgorithm.java 20 Mar 2003 00:23:01 -0000 1.1 +++ gnu/testlet/java/security//AlgorithmParameterGenerator/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.AlgorithmParameterGenerator; import java.security.AlgorithmParameterGeneratorSpi; Index: gnu/testlet/java/security//AlgorithmParameters/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/AlgorithmParameters/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//AlgorithmParameters/MauveAlgorithm.java 20 Mar 2003 00:24:01 -0000 1.1 +++ gnu/testlet/java/security//AlgorithmParameters/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.AlgorithmParameters; import java.io.IOException; Index: gnu/testlet/java/security//KeyFactory/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/KeyFactory/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//KeyFactory/MauveAlgorithm.java 20 Mar 2003 00:25:31 -0000 1.1 +++ gnu/testlet/java/security//KeyFactory/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.KeyFactory; import java.security.KeyFactorySpi; Index: gnu/testlet/java/security//KeyPairGenerator/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/KeyPairGenerator/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//KeyPairGenerator/MauveAlgorithm.java 20 Mar 2003 00:26:17 -0000 1.1 +++ gnu/testlet/java/security//KeyPairGenerator/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.KeyPairGenerator; import java.security.KeyPairGeneratorSpi;