[libpostgresql-jdbc-java] 51/128: Change default password to 'test'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:18:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag REL9_3_1100
in repository libpostgresql-jdbc-java.
commit ccd11b6bd002a635004b8946d9154d58736199cb
Author: Justin Santa Barbara <justin at fathomdb.com>
Date: Mon Feb 25 08:12:46 2013 -0800
Change default password to 'test'
./org/postgresql/test/README says the default password for unit tests is 'test',
but the default was actually 'password'
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index c9c5660..20ba56e 100644
--- a/build.xml
+++ b/build.xml
@@ -380,7 +380,7 @@
<property name="database" value="test" />
<property name="username" value="test" />
<!-- Password must be something. Doesn't matter if trust is used! -->
- <property name="password" value="password" />
+ <property name="password" value="test" />
<property name="preparethreshold" value="5" />
<property name="loglevel" value="0" />
<property name="protocolVersion" value="0" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git
More information about the pkg-java-commits
mailing list