# # This is the default system properties file for SQL and JAVA tests. # # *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE. THEY BELONG # *** IN the _derby.properties file. # # It will get handed to the test on the command line in a -p # argument. # # This causes ij (or the GUI on ij) to load the driver and make an # initial connection to the database. # # If you want to alter these to use a different driver, connect to a different # database, or to not be used, override this file by creating # a file _app.properties to be used instead of this file. # # ij.database=jdbc:derby:wombat;create=true ij.protocol=jdbc:derby: ij.showNoConnectionsAtStart=true ij.showNoCountForSelect=true ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/store/ # DataSource properties, only used if ij.dataSource is set ij.dataSource.databaseName=wombat ij.dataSource.createDatabase=create