Added an integration-test, that depends on properties from a persistence.xml
authorKai Moritz <km@juplo.de>
Sun, 3 May 2015 12:51:12 +0000 (14:51 +0200)
committerKai Moritz <km@juplo.de>
Sat, 16 May 2015 11:29:42 +0000 (13:29 +0200)
commitd5a4326bf1fe2045a7b2183cfd3d8fdb30fcb406
treea2ab07b8e05c25e5d0880a21c2f9ac769dbbc76d
parent5da1114d419ae10f94a83ad56cea9856a39f00b6
Added an integration-test, that depends on properties from a persistence.xml
src/it/h4mp-mod/pom.xml [new file with mode: 0644]
src/it/h4mp-mod/schema.sql [new file with mode: 0644]
src/it/h4mp-mod/src/main/java/h4mp/MainEntity.java [new file with mode: 0644]
src/it/h4mp-mod/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/h4mp-mod/verify.bsh [new file with mode: 0644]