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 fda660a03ce78ad8fce4ce542c16f5ae5fea4f2d (commit)
from 2e35ebbbd0570a61f3af3107338f6bc7a49270df (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=fda660a03ce78ad8fce4ce542c16f5ae5fea4f2d
commit fda660a03ce78ad8fce4ce542c16f5ae5fea4f2d
Author: Franck Villaume <[email protected]>
Date: Sun Jan 20 16:27:09 2019 +0100
fix syntax
diff --git a/tests/func/30_RBAC/rbacTest.php b/tests/func/30_RBAC/rbacTest.php
index 8c8b2fe..3ee8413 100644
--- a/tests/func/30_RBAC/rbacTest.php
+++ b/tests/func/30_RBAC/rbacTest.php
@@ -173,7 +173,7 @@ class RBAC extends FForge_SeleniumTestCase
// Submit a news in the project
$this->switchUser ("toto") ;
$this->gotoProject ("TotoProject") ;
- $this->clickAndWait"link=News") ;
+ $this->clickAndWait("link=News");
$this->waitForPageToLoad("30000");
$this->clickAndWait("link=Submit") ;
$this->waitForPageToLoad("30000");
-----------------------------------------------------------------------
Summary of changes:
tests/func/30_RBAC/rbacTest.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