This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Small fixes


This fixes the copyright notice in one file, and removes another.
Cheers, Roman

2008-03-05  Roman Kennke <kennke@aicas.com>

	*
gnu/testlet/javax/swing/text/AbstractDocument/getDocumentProperties.java:
	Fixed copyright notice.
	* gnu/testlet/javax/swing/text/Utilities/getBreakLocation.java:
	Removed bogus test.

/Roman

-- 
http://kennke.org/blog/
Index: gnu/testlet/javax/swing/text/AbstractDocument/getDocumentProperties.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/javax/swing/text/AbstractDocument/getDocumentProperties.java,v
retrieving revision 1.2
diff -u -1 -0 -r1.2 getDocumentProperties.java
--- gnu/testlet/javax/swing/text/AbstractDocument/getDocumentProperties.java	28 Jul 2006 11:03:22 -0000	1.2
+++ gnu/testlet/javax/swing/text/AbstractDocument/getDocumentProperties.java	5 Mar 2008 11:23:00 -0000
@@ -1,32 +1,32 @@
-/* getDocumentProperties.java -- FIXME: describe
-   Copyright (C) 2006 FIXME: your info here
+/* getDocumentProperties.java -- Tests AbstractDocument.getDocumentProperties()
+   Copyright (C) 2006 Roman Kennke <roman@kennke.org>
 This file is part of Mauve.
 
 Mauve is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 Mauve is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Mauve; see the file COPYING.  If not, write to the
 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 
 */
 
-// Tags: FIXME
+// Tags: JDK1.2
 
 package gnu.testlet.javax.swing.text.AbstractDocument;
 
 import java.util.Dictionary;
 import java.util.Enumeration;
 
 import javax.swing.text.AbstractDocument;
 
 import gnu.testlet.TestHarness;
 import gnu.testlet.Testlet;
Index: gnu/testlet/javax/swing/text/Utilities/getBreakLocation.java
===================================================================
RCS file: gnu/testlet/javax/swing/text/Utilities/getBreakLocation.java
diff -N gnu/testlet/javax/swing/text/Utilities/getBreakLocation.java
--- gnu/testlet/javax/swing/text/Utilities/getBreakLocation.java	28 Jul 2006 11:03:22 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,38 +0,0 @@
-/* getBreakLocation.java -- FIXME: describe
-   Copyright (C) 2006 FIXME: your info here
-This file is part of Mauve.
-
-Mauve is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
-
-Mauve is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with Mauve; see the file COPYING.  If not, write to the
-Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-*/
-
-// Tags: FIXME
-
-package gnu.testlet.javax.swing.text.Utilities;
-
-import gnu.testlet.TestHarness;
-import gnu.testlet.Testlet;
-
-public class getBreakLocation implements Testlet
-{
-
-  public void test(TestHarness harness)
-  {
-    // TODO Auto-generated method stub
-
-  }
-
-}

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]