[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1262-g3f089b8

Roland Mas lolando at libremir.placard.fr.eu.org
Tue Dec 20 09:15:42 CET 2016


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  3f089b83e43c85c7cc27f16ac29944648de3eacc (commit)
      from  53bc94ab60aa68be447d46e8a4343887cf416f3b (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=3f089b83e43c85c7cc27f16ac29944648de3eacc

commit 3f089b83e43c85c7cc27f16ac29944648de3eacc
Author: Matthieu Imbert <matthieu.imbert at inria.fr>
Date:   Wed Sep 28 17:18:23 2016 +0200

    use constraints compliant passwords for tests

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 4fe432b..ea63e94 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -45,8 +45,8 @@
  */
 
 define('FORGE_ADMIN_USERNAME', 'admin');
-define('FORGE_ADMIN_PASSWORD', 'my^admin');
-define('FORGE_OTHER_PASSWORD', 'tototata');
+define('FORGE_ADMIN_PASSWORD', 'my_Admin7');
+define('FORGE_OTHER_PASSWORD', 'toto_Tata8');
 
 $config = dirname(__FILE__).'/config.php';
 require_once $config;
diff --git a/tests/func/fixtures.sh b/tests/func/fixtures.sh
index faeb075..a69f8b2 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_Admin7'
     service fusionforge-systasksd start
     start_apache
     rm -rf $pgdir.backup-*/

-----------------------------------------------------------------------

Summary of changes:
 tests/func/SeleniumForge.php | 4 ++--
 tests/func/fixtures.sh       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list