add -ea to have all debug options uniform

This commit is contained in:
Mark Struberg 2019-02-14 10:03:35 +01:00
parent b484ee1f22
commit 0d9645781e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ Running unit tests in the Debugger
By default all tests run against a derby database.
To run the tests in the debugger simply add the following JVM properties
-Dopenjpa.ConnectionURL=jdbc:derby:target/database/openjpa-derby-database;create=true -Dopenjpa.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver
-ea -Dopenjpa.ConnectionURL=jdbc:derby:target/database/openjpa-derby-database;create=true -Dopenjpa.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver
For running against a MySQL Docker installation:
-ea -Dopenjpa.ConnectionDriverName=com.mysql.jdbc.Driver -Dopenjpa.ConnectionURL=jdbc:mysql://localhost:3306/openjpatst -Dopenjpa.ConnectionUserName=openjpatst -Dopenjpa.ConnectionPassword=openjpatst