Skip to content

Commit

Permalink
disable schema validation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 18, 2017
1 parent 746c5fb commit 8387e81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Expand Up @@ -17,4 +17,5 @@
database=mysql
jdbcUsername=midpoint
jdbcPassword=midpoint
jdbcUrl=jdbc:mysql://localhost:3306/midpoint?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&clobCharacterEncoding=UTF-8&useSSL=false
jdbcUrl=jdbc:mysql://localhost:3306/midpoint?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&clobCharacterEncoding=UTF-8&useSSL=false
hibernateHbm2ddl=none
Expand Up @@ -17,4 +17,5 @@
database=oracle
jdbcPassword=qwe123
jdbcUsername=bamboo
jdbcUrl=jdbc:oracle:thin:@192.168.1.25:1521/xe
jdbcUrl=jdbc:oracle:thin:@192.168.1.25:1521/xe
hibernateHbm2ddl=none
Expand Up @@ -17,4 +17,5 @@
database=postgresql
jdbcPassword=midpoint
jdbcUsername=midpoint
jdbcUrl=jdbc:postgresql://localhost:5432/midpoint
jdbcUrl=jdbc:postgresql://localhost:5432/midpoint
hibernateHbm2ddl=none
Expand Up @@ -18,3 +18,4 @@ database=sqlserver
jdbcUsername=bamboo
jdbcPassword=qwer1234X
jdbcUrl=jdbc:sqlserver://192.168.1.14:1433;database=midpoint
hibernateHbm2ddl=none

0 comments on commit 8387e81

Please sign in to comment.