Fix for testcases
[jabaws.git] / webservices / compbio / stat / collector / StatDB.java
index 98b6fda..08b99f9 100644 (file)
@@ -76,6 +76,7 @@ public class StatDB {
                Connection conn = DriverManager.getConnection(protocol + statDBName\r
                                + ";create=false");\r
                conn.setAutoCommit(true);\r
+               log.debug("Connecting to the TEST database!");\r
                return conn;\r
        }\r
 \r