Skip to content

Commit

Permalink
Updated unit test constant
Browse files Browse the repository at this point in the history
  • Loading branch information
kpepper committed Dec 13, 2018
1 parent 06162b2 commit 7e690d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface ChadoTestConstants
{
// Connection parameters for tests...
final String CHADO_CONNECTION_USERNAME = "<Enter username here>";
final String CHADO_CONNECTION_URL = "vm-pg-path-dev-02.internal.sanger.ac.uk:5432/pathogens_pg10?" + CHADO_CONNECTION_USERNAME;
final String CHADO_CONNECTION_URL = "<server>:<port>/<database name>?" + CHADO_CONNECTION_USERNAME;
final String CHADO_CONNECTION_PASSWORD = "<Enter password here>";

// Test parameters that may need to be tuned per database instance...
Expand Down

0 comments on commit 7e690d9

Please sign in to comment.