Patch: FYI: update a test's debug output

Tom Tromey tromey@redhat.com
Wed Mar 15 22:16:00 GMT 2006


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");
 	    }
     }



More information about the Mauve-patches mailing list