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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

