public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] tags-fixes.
@ 2004-04-25 12:29 Thomas Zander
  0 siblings, 0 replies; only message in thread
From: Thomas Zander @ 2004-04-25 12:29 UTC (permalink / raw)
  To: mauve-discuss

[-- Attachment #1: Type: Text/Plain, Size: 1055 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

See attached patch; it fixes a couple of files where 
a) JDK1.2 and JAVA2 were both used (and since the latter implies the 
former, thats a duplicate).
b) some files had tags that are not documented/used anywhere, so I replaced 
them with ones that are.

I'm not 100% sure this is correct; please give me feedback.

2004-04-25  Thomas Zander  <zander@kde.org>

  * 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

- -- 
Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAi67ZCojCW6H2z/QRApJOAKDIVV9BLdPGUVfMPjn9NHbGgZcJpQCdFacM
AbFmHuYCwbF3GdNrtWIwW8Y=
=7uiH
-----END PGP SIGNATURE-----

[-- Attachment #2: tagFixes.diff --]
[-- Type: text/x-diff, Size: 4408 bytes --]

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  <zander@kde.org>
+
+	* 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  <mark@klomp.org>
 
 	* 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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-25 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-25 12:29 [PATCH] tags-fixes Thomas Zander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).