Skip to content
Snippets Groups Projects
Commit 7e690d98 authored by “kpepper”'s avatar “kpepper”
Browse files

Updated unit test constant

parent 06162b2e
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ public interface ChadoTestConstants ...@@ -32,7 +32,7 @@ public interface ChadoTestConstants
{ {
// Connection parameters for tests... // Connection parameters for tests...
final String CHADO_CONNECTION_USERNAME = "<Enter username here>"; 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>"; final String CHADO_CONNECTION_PASSWORD = "<Enter password here>";
// Test parameters that may need to be tuned per database instance... // Test parameters that may need to be tuned per database instance...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment