addressing code review comments
This commit is contained in:
parent
9c2d96ccd7
commit
16171e95d3
@ -13,7 +13,7 @@ public class JdbcDriverLoadingUnitTest {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setup() throws SQLException {
|
public void setup() throws SQLException {
|
||||||
if(!org.postgresql.Driver.isRegistered()) {
|
if (!org.postgresql.Driver.isRegistered()) {
|
||||||
org.postgresql.Driver.register();
|
org.postgresql.Driver.register();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -58,7 +58,7 @@ public class JdbcDriverLoadingUnitTest {
|
|||||||
|
|
||||||
org.postgresql.Driver.register(); // This is invoked as part of Class.forName() logic
|
org.postgresql.Driver.register(); // This is invoked as part of Class.forName() logic
|
||||||
|
|
||||||
driver = getDriver();
|
driver = getDriver();
|
||||||
assertNotNull("Driver must register as part of class loading", driver);
|
assertNotNull("Driver must register as part of class loading", driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user