| 18 | | You need to set up a properties file to provide database details to the test code. In your home directory create a file called `intermine-test.properties` and update the server name, database names, and database username and password. You can use different database names as long as the database name and the `db.xxx.datasource.databaseName` value match. Here is an example: |
|---|
| | 18 | You need to set up a properties file to provide database details to the test code. In your home directory create a file called `intermine-test.properties` and update the server name, database names, and database username and password. |
|---|
| | 19 | |
|---|
| | 20 | You can use different database names as long as the actual database name used to create the database (in Step 1.1) and the `db.xxx.datasource.databaseName` value match. Here is an example: |
|---|