We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82fed3 commit 5569514Copy full SHA for 5569514
src/interfaces/jdbc/build.xml
@@ -6,7 +6,7 @@
6
7
This file now requires Ant 1.4.1. 2002-04-18
8
9
- $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 $
10
11
-->
12
@@ -215,7 +215,7 @@
215
216
<!-- defaults for the tests - override these if required -->
217
<property name="database" value="jdbc:postgresql:test" />
218
- <property name="username" value="postgres" />
+ <property name="username" value="test" />
219
<!-- Password must be something. Doesn't matter if trust is used! -->
220
<property name="password" value="password" />
221
<!-- junit.ui is one of textui, awtui, or swingui -->
0 commit comments