change
This commit is contained in:
parent
ae26d9ac43
commit
97945d8c68
|
@ -159,6 +159,7 @@ public class TSDBDriverTest {
|
||||||
try {
|
try {
|
||||||
if (islibLoaded) {
|
if (islibLoaded) {
|
||||||
Connection conn = DriverManager.getConnection(jdbcUrl, connProps);
|
Connection conn = DriverManager.getConnection(jdbcUrl, connProps);
|
||||||
|
System.out.println(conn);
|
||||||
assertNotNull("failure - connection should not be null", conn);
|
assertNotNull("failure - connection should not be null", conn);
|
||||||
}
|
}
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
|
|
Loading…
Reference in New Issue