mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
changed test user back to test
This commit is contained in:
parent
c82fed3d87
commit
55695148df
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
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 @@
|
|||
|
||||
<!-- defaults for the tests - override these if required -->
|
||||
<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! -->
|
||||
<property name="password" value="password" />
|
||||
<!-- junit.ui is one of textui, awtui, or swingui -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue