kevinoneill 2003/08/05 16:17:00
Modified: java/tests/src/org/apache/xindice/integration/client/basic DocumentTest.java Log: Changed runtime exception signature to be compatible with 1.3 Revision Changes Path 1.6 +3 -3 xml-xindice/java/tests/src/org/apache/xindice/integration/client/basic/DocumentTest.java Index: DocumentTest.java =================================================================== RCS file: /home/cvs/xml-xindice/java/tests/src/org/apache/xindice/integration/client/basic/DocumentTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- DocumentTest.java 14 Jul 2003 13:58:18 -0000 1.5 +++ DocumentTest.java 5 Aug 2003 23:17:00 -0000 1.6 @@ -360,7 +360,7 @@ } catch (IOException e) { - throw new RuntimeException("Unexpected IO exception", e); + throw new RuntimeException("Unexpected IO exception:" + e.getMessage()); } } };