Author: vgritsenko
Date: Thu Apr 19 20:08:08 2007
New Revision: 530621

URL: http://svn.apache.org/viewvc?view=rev&rev=530621
Log:
java 1.3

Modified:
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java

Modified: 
xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java?view=diff&rev=530621&r1=530620&r2=530621
==============================================================================
--- 
xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java 
(original)
+++ 
xml/xindice/trunk/java/tests/src/org/apache/xindice/core/CollectionTest.java 
Thu Apr 19 20:08:08 2007
@@ -175,7 +175,7 @@
                             if (e.faultCode == 
FaultCodes.COL_DUPLICATE_COLLECTION) {
                                 count.incCount();
                             } else {
-                                throw new RuntimeException(e);
+                                throw new RuntimeException("Failure: " + e);
                             }
                         } catch (XindiceException e) {
                             // ignore


Reply via email to