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]

Patch: FYI: update a test's debug output


I needed some extra debug info from this test.

Tom

2006-03-15  Tom Tromey  <tromey@redhat.com>

	* gnu/testlet/java/util/jar/JarFile/basic.java (test_jar): Log
	exception when -debug.

Index: gnu/testlet/java/util/jar/JarFile/basic.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/util/jar/JarFile/basic.java,v
retrieving revision 1.4
diff -u -r1.4 basic.java
--- gnu/testlet/java/util/jar/JarFile/basic.java	3 Jun 2004 14:31:16 -0000	1.4
+++ gnu/testlet/java/util/jar/JarFile/basic.java	15 Mar 2006 22:15:40 -0000
@@ -71,6 +71,7 @@
 
 	} catch(IOException e)
 	    {
+		harness.debug(e);
 		harness.check(false, "all jarfile tests failed");
 	    }
     }


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