public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Balkissoon <abalkiss@redhat.com>
To: mauve-discuss@sources.redhat.com
Subject: FYI: change to Component.requestFocus test
Date: Fri, 28 Oct 2005 18:09:00 -0000	[thread overview]
Message-ID: <1130522969.2838.219.camel@tony.toronto.redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

The Tag should have been 1.2 instead of 1.1, but I changed the JFrame to
a Frame (because JFrame is more than what was needed) and made the Tag
JDK 1.0

2005-10-28  Anthony Balkissoon  <abalkiss@redhat.com>

	* gnu/testlet/java/awt/Component/requestFocus.java: Changed from JFrame
	to Frame, changed Tags from JDK 1.2 to JDK 1.0.


--Tony

[-- Attachment #2: requestFocusFix.diff --]
[-- Type: text/x-patch, Size: 1452 bytes --]

Index: batch_run
===================================================================
RCS file: /cvs/mauve/mauve/batch_run,v
retrieving revision 1.17
diff -u -r1.17 batch_run
--- batch_run	31 Jul 2005 17:42:52 -0000	1.17
+++ batch_run	28 Oct 2005 18:05:50 -0000
@@ -38,7 +38,7 @@
 
 if test "x$COMPILER" = "x"; then
 #COMPILER="gcj -C -Wno-deprecated"
-COMPILER="jikes -nowarn -bootclasspath /usr/local/classpath/share/classpath/glibj.zip"
+COMPILER="jikes -nowarn -bootclasspath /home/abalkiss/sources/classpath/install/share/classpath"
 fi
 
 if test "x$COMPILER" = "xgcj"; then
Index: gnu/testlet/java/awt/Component/requestFocus.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/awt/Component/requestFocus.java,v
retrieving revision 1.1
diff -u -r1.1 requestFocus.java
--- gnu/testlet/java/awt/Component/requestFocus.java	28 Oct 2005 16:04:10 -0000	1.1
+++ gnu/testlet/java/awt/Component/requestFocus.java	28 Oct 2005 18:05:50 -0000
@@ -1,4 +1,4 @@
-// Tags: GUI JDK1.1
+// Tags: GUI JDK1.0
 
 // Copyright (C) 2005 Red Hat
 
@@ -22,7 +22,7 @@
 import gnu.testlet.TestHarness;
 import gnu.testlet.Testlet;
 
-import javax.swing.JFrame;
+import java.awt.Frame;
 
 public class requestFocus implements Testlet {
 
@@ -33,7 +33,7 @@
    */
   public void test(TestHarness harness)      
   {
-    JFrame jf = new JFrame();
+    Frame jf = new Frame();
     jf.show();
     try
       {

                 reply	other threads:[~2005-10-28 18:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1130522969.2838.219.camel@tony.toronto.redhat.com \
    --to=abalkiss@redhat.com \
    --cc=mauve-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).