fixing broken unit test related to SPR-5429
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DROP TABLE visits;
|
||||
DROP TABLE pets;
|
||||
DROP TABLE owners;
|
||||
DROP TABLE types;
|
||||
DROP TABLE vet_specialties;
|
||||
DROP TABLE specialties;
|
||||
DROP TABLE vets;
|
||||
@@ -25,6 +25,7 @@ jdbc.password=
|
||||
jdbc.populate=true
|
||||
jdbc.schemaLocation=classpath:/META-INF/hsqldb/initDB.txt
|
||||
jdbc.dataLocation=classpath:/META-INF/hsqldb/populateDB.txt
|
||||
jdbc.dropLocation=classpath:/META-INF/hsqldb/dropTables.txt
|
||||
|
||||
# Property that determines which Hibernate dialect to use
|
||||
# (only applied with "applicationContext-hibernate.xml")
|
||||
@@ -49,6 +50,7 @@ jpa.database=HSQL
|
||||
#jdbc.populate=false
|
||||
#jdbc.schemaLocation=
|
||||
#jdbc.dataLocation=
|
||||
#jdbc.dropLocation=
|
||||
|
||||
# Property that determines which Hibernate dialect to use
|
||||
# (only applied with "applicationContext-hibernate.xml")
|
||||
|
||||
Reference in New Issue
Block a user