public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: Gary Benson <gbenson@redhat.com>
To: mauve-patches@sources.redhat.com
Subject: FYI: Comment fixes
Date: Fri, 02 Jun 2006 09:53:00 -0000	[thread overview]
Message-ID: <20060602095225.GC3558@redhat.com> (raw)

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

Hi all,

My last commit fixed some broken throwpoint comments that were
breaking http://people.redhat.com/gbenson/throwpoint-report.html.

Cheers,
Gary

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 2849 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.1652
diff -u -r1.1652 ChangeLog
--- ChangeLog	1 Jun 2006 16:56:29 -0000	1.1652
+++ ChangeLog	2 Jun 2006 09:26:31 -0000
@@ -1,3 +1,8 @@
+2006-06-02  Gary Benson  <gbenson@redhat.com>
+
+	* gnu/testlet/java/awt/Robot/security.java: Comment fixes.
+	* gnu/testlet/java/awt/Window/security.java: Likewise.
+
 2006-06-01  Robert Schuster  <robertschuster@fsfe.org>
 
 	* gnu/testlet/javax/xml/parsers/DocumentBuilder/PR27864.java: New test.
Index: gnu/testlet/java/awt/Robot/security.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/awt/Robot/security.java,v
retrieving revision 1.1
diff -u -r1.1 security.java
--- gnu/testlet/java/awt/Robot/security.java	23 May 2006 09:41:46 -0000	1.1
+++ gnu/testlet/java/awt/Robot/security.java	2 Jun 2006 09:26:31 -0000
@@ -56,7 +56,7 @@
       try {
 	sm.install();
 
-	// throwpoint: java.awt.Robot()
+	// throwpoint: java.awt.Robot-Robot()
 	harness.checkPoint("0-arg constructor");
 	try {
 	  sm.prepareChecks(createRobot, readProperty);
@@ -68,7 +68,7 @@
 	  harness.check(false, "unexpected check");
 	}
 
-	// throwpoint: java.awt.Robot(GraphicsDevice)
+	// throwpoint: java.awt.Robot-Robot(GraphicsDevice)
 	harness.checkPoint("1-arg constructor");
 	try {
 	  sm.prepareChecks(createRobot, readProperty);
Index: gnu/testlet/java/awt/Window/security.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/awt/Window/security.java,v
retrieving revision 1.1
diff -u -r1.1 security.java
--- gnu/testlet/java/awt/Window/security.java	23 May 2006 10:41:23 -0000	1.1
+++ gnu/testlet/java/awt/Window/security.java	2 Jun 2006 09:26:31 -0000
@@ -39,7 +39,6 @@
   {
     try {
       Toolkit.getDefaultToolkit();
-      //Math.log(1);
 
       Frame frame = new Frame();
       Window window = new Window(frame);
@@ -52,7 +51,7 @@
       try {
 	sm.install();
 
-	// throwpoint: java.awt.Window(Frame)
+	// throwpoint: java.awt.Window-Window(Frame)
 	harness.checkPoint("Window(Frame)");
 	try {
 	  sm.prepareChecks(showWindowWithoutWarningBanner);
@@ -64,7 +63,7 @@
 	  harness.check(false, "unexpected check");
 	}
 
-	// throwpoint: java.awt.Window(Window)
+	// throwpoint: java.awt.Window-Window(Window)
 	harness.checkPoint("Window(Window)");
 	try {
 	  sm.prepareChecks(showWindowWithoutWarningBanner);
@@ -76,7 +75,7 @@
 	  harness.check(false, "unexpected check");
 	}
 
-	// throwpoint: java.awt.Window(Window, GraphicsConfiguration)
+	// throwpoint: java.awt.Window-Window(Window, GraphicsConfiguration)
 	harness.checkPoint("Window(Window, GraphicsConfiguration)");
 	try {
 	  sm.prepareChecks(showWindowWithoutWarningBanner);

             reply	other threads:[~2006-06-02  9:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-02  9:53 Gary Benson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-02-03 10:24 Gary Benson

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=20060602095225.GC3558@redhat.com \
    --to=gbenson@redhat.com \
    --cc=mauve-patches@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).