Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5569514

Browse files
author
Dave Cramer
committed
changed test user back to test
1 parent c82fed3 commit 5569514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/jdbc/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This file now requires Ant 1.4.1. 2002-04-18
88
9-
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.26 2002/07/30 11:38:13 davec Exp $
9+
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.27 2002/07/30 13:22:02 davec Exp $
1010
1111
-->
1212

@@ -215,7 +215,7 @@
215215

216216
<!-- defaults for the tests - override these if required -->
217217
<property name="database" value="jdbc:postgresql:test" />
218-
<property name="username" value="postgres" />
218+
<property name="username" value="test" />
219219
<!-- Password must be something. Doesn't matter if trust is used! -->
220220
<property name="password" value="password" />
221221
<!-- junit.ui is one of textui, awtui, or swingui -->

0 commit comments

Comments
 (0)