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]

Re: FYI: New RootLayout test


I fixed up the copyright header and docs for my last committed test.

2006-01-30  Roman Kennke  <kennke@aicas.com>

        *
gnu/testlet/javax/swing/JRootPane/RootLayout/preferredLayoutSize.java:
Fixed copyright header and docs.

/Roman

Am Montag, den 30.01.2006, 22:10 +0100 schrieb Roman Kennke:
> I committed the attached test for JRootPane.RootLayout.
> 
> 2006-01-30  Roman Kennke  <kennke@aicas.com>
> 
>         *
> gnu/testlet/javax/swing/JRootPane/RootLayout/preferredLayoutSize.java:
> New test
> 
> /Roman
> 
Index: gnu/testlet/javax/swing/JRootPane/RootLayout/preferredLayoutSize.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/javax/swing/JRootPane/RootLayout/preferredLayoutSize.java,v
retrieving revision 1.1
diff -u -r1.1 preferredLayoutSize.java
--- gnu/testlet/javax/swing/JRootPane/RootLayout/preferredLayoutSize.java	30 Jan 2006 21:08:01 -0000	1.1
+++ gnu/testlet/javax/swing/JRootPane/RootLayout/preferredLayoutSize.java	30 Jan 2006 21:21:10 -0000
@@ -1,5 +1,5 @@
-/* preferredLayoutSize.java -- FIXME: describe
-   Copyright (C) 2006 FIXME: your info here
+/* preferredLayoutSize.java -- tests the preferredLayoutSize() method
+   Copyright (C) 2006 Roman Kennke (kennke@aicas.com)
 This file is part of Mauve.
 
 Mauve is free software; you can redistribute it and/or modify
@@ -19,7 +19,7 @@
 
 */
 
-// Tags: FIXME
+// Tags: JDK1.2
 
 package gnu.testlet.javax.swing.JRootPane.RootLayout;
 
@@ -32,9 +32,19 @@
 import gnu.testlet.TestHarness;
 import gnu.testlet.Testlet;
 
+/**
+ * Checks the preferredLayoutSize() method in the RootLayout.
+ *
+ * @author Roman Kennke (kennke@aicas.com)
+ */
 public class preferredLayoutSize implements Testlet
 {
 
+  /**
+   * The entry point in the test.
+   *
+   * @param harness the test harness to use
+   */
   public void test(TestHarness harness)
   {
     testInvalidLayout(harness);

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]