This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 324eaaefca9997452978d8b2e337cdedfb61b987 (commit)
from 0eb62e68afdc1889d316c5860efec7f2999965cc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=324eaaefca9997452978d8b2e337cdedfb61b987
commit 324eaaefca9997452978d8b2e337cdedfb61b987
Author: Sylvain Beucler <[email protected]>
Date: Fri Nov 27 14:11:15 2015 +0100
testsuite: use an admin password that isn't subject to urlencoding issues
(fixes testScmGitSmartHTTP)
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index c118962..2c7aa91 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -45,7 +45,7 @@
*/
define('FORGE_ADMIN_USERNAME', 'admin');
-define('FORGE_ADMIN_PASSWORD', 'my%admin');
+define('FORGE_ADMIN_PASSWORD', 'my^admin');
define('FORGE_OTHER_PASSWORD', 'tototata');
$config = dirname(__FILE__).'/config.php';
diff --git a/tests/func/fixtures.sh b/tests/func/fixtures.sh
index b243cc7..faeb075 100755
--- a/tests/func/fixtures.sh
+++ b/tests/func/fixtures.sh
@@ -131,7 +131,7 @@ if [ "$reset" = 1 ]; then
service postgresql restart
su - postgres -c "dropdb $database" || true
$(forge_get_config source_path)/post-install.d/db/db.sh configure
- forge_set_password admin 'my%admin'
+ forge_set_password admin 'my^admin'
service fusionforge-systasksd start
start_apache
rm -rf $pgdir.backup-*/
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.php | 2 +-
tests/func/fixtures.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits