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  6aca115bd1886028835488bb07f47263675a1a33 (commit)
      from  8a3cf2a922cba633f5ca20c611bfb7a149609c38 (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=6aca115bd1886028835488bb07f47263675a1a33

commit 6aca115bd1886028835488bb07f47263675a1a33
Author: Franck Villaume <[email protected]>
Date:   Fri Jun 24 14:09:24 2016 +0200

    fix func test due to string modification

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 2c7aa91..4fe432b 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -294,7 +294,7 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_SeleniumTestCase
                if (in_array ('forums', $what)) {
                        $this->clickAndWait("link=Admin");
                        $this->clickAndWait("link=Tools");
-                       $this->clickAndWait("link=Forums Admin");
+                       $this->clickAndWait("link=Forums Administration");
 
                        $this->clickAndWait("link=Add Forum");
                        $this->type("forum_name", "Open-Discussion");

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

Summary of changes:
 tests/func/SeleniumForge.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to