We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fda840 commit 865304dCopy full SHA for 865304d
dao-factory/src/test/java/com/iluwatar/daofactory/H2CustomerDAOTest.java
@@ -22,7 +22,7 @@
22
23
/** Tests {@link H2CustomerDAO} */
24
public class H2CustomerDAOTest {
25
- private final String DB_URL = "jdbc:h2:~/test";
+ private final String DB_URL = "jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1";
26
private final String USER = "sa";
27
private final String PASS = "";
28
private final String CREATE_SCHEMA =
0 commit comments