public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: InetAddress throwpoint comment fixes
@ 2006-10-05 13:19 Gary Benson
  0 siblings, 0 replies; only message in thread
From: Gary Benson @ 2006-10-05 13:19 UTC (permalink / raw)
  To: mauve-patches

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

Hi all,

This commit fixes some comments in the InetAddress throwpoint tests.

Cheers,
Gary

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

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.1940
diff -u -r1.1940 ChangeLog
--- ChangeLog	4 Oct 2006 15:32:42 -0000	1.1940
+++ ChangeLog	5 Oct 2006 13:09:15 -0000
@@ -1,3 +1,7 @@
+2006-10-05  Gary Benson  <gbenson@redhat.com>
+
+	* gnu/testlet/java/net/InetAddress/security.java: Comment fixes.
+
 2006-10-04  Roman Kennke <kennke@aicas.com>
 
 	* gnu/testlet/javax/swing/tree/VariableHeightLayoutCache/getBounds.java:
Index: gnu/testlet/java/net/InetAddress/security.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/net/InetAddress/security.java,v
retrieving revision 1.1
diff -u -r1.1 security.java
--- gnu/testlet/java/net/InetAddress/security.java	22 Sep 2006 11:44:09 -0000	1.1
+++ gnu/testlet/java/net/InetAddress/security.java	5 Oct 2006 13:09:15 -0000
@@ -47,7 +47,7 @@
       try {
 	sm.install();
 
- 	// throwpoint: java.net.InetAddress-getHostName()
+ 	// throwpoint: java.net.InetAddress-getHostName
 	harness.checkPoint("getHostName");
 	try {
 	  sm.prepareChecks(checkConnect);
@@ -59,7 +59,7 @@
 	  harness.check(false, "unexpected check");
 	}
 
- 	// throwpoint: java.net.InetAddress-getCanonicalHostName()
+ 	// throwpoint: java.net.InetAddress-getCanonicalHostName
 	harness.checkPoint("getCanonicalHostName");
 	try {
 	  sm.prepareChecks(checkConnect);
@@ -71,7 +71,7 @@
 	  harness.check(false, "unexpected check");
 	}
 
- 	// throwpoint: java.net.InetAddress-getByName()
+ 	// throwpoint: java.net.InetAddress-getByName
 	harness.checkPoint("getByName");
 	try {
 	  sm.prepareChecks(checkConnect);
@@ -83,7 +83,7 @@
 	  harness.check(false, "unexpected check");
 	}
 
-	// throwpoint: java.net.InetAddress-getAllByName()
+	// throwpoint: java.net.InetAddress-getAllByName
 	harness.checkPoint("getAllByName");
 	try {
 	  sm.prepareChecks(checkConnect);
@@ -95,7 +95,7 @@
 	  harness.check(false, "unexpected check");
 	}
 
-	// throwpoint: java.net.InetAddress-getLocalHost()
+	// throwpoint: java.net.InetAddress-getLocalHost
 	harness.checkPoint("getLocalHost");
 	try {
 	  sm.prepareChecks(checkConnect);

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

only message in thread, other threads:[~2006-10-05 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-05 13:19 FYI: InetAddress throwpoint comment fixes Gary Benson

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).