You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2012/12/31 05:01:13 UTC

svn commit: r1427045 [2/2] - in /db/derby/code/trunk/java: drda/org/apache/derby/impl/drda/ engine/org/apache/derby/jdbc/ testing/org/apache/derbyTesting/junit/

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBCDataSource.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBCDataSource.java?rev=1427045&r1=1427044&r2=1427045&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBCDataSource.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBCDataSource.java Mon Dec 31 04:01:13 2012
@@ -179,7 +179,7 @@ public class JDBCDataSource {
             }
             return ds;
         } catch (Exception e) {
-            Assert.fail(e.toString());
+            BaseTestCase.fail("unexpected error", e);
             return null;
         }
     }