Commit 55695148 authored by Dave Cramer's avatar Dave Cramer

changed test user back to test

parent c82fed3d
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
This file now requires Ant 1.4.1. 2002-04-18 This file now requires Ant 1.4.1. 2002-04-18
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.26 2002/07/30 11:38:13 davec Exp $ $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.27 2002/07/30 13:22:02 davec Exp $
--> -->
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
<!-- defaults for the tests - override these if required --> <!-- defaults for the tests - override these if required -->
<property name="database" value="jdbc:postgresql:test" /> <property name="database" value="jdbc:postgresql:test" />
<property name="username" value="postgres" /> <property name="username" value="test" />
<!-- Password must be something. Doesn't matter if trust is used! --> <!-- Password must be something. Doesn't matter if trust is used! -->
<property name="password" value="password" /> <property name="password" value="password" />
<!-- junit.ui is one of textui, awtui, or swingui --> <!-- junit.ui is one of textui, awtui, or swingui -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment