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  c5fe7bb6f11d7f63d645538f5e65728647e90587 (commit)
      from  4a3335ccf6e41e5ccb8331598ceed44d07080d3c (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=c5fe7bb6f11d7f63d645538f5e65728647e90587

commit c5fe7bb6f11d7f63d645538f5e65728647e90587
Author: Franck Villaume <[email protected]>
Date:   Wed Feb 6 14:26:55 2019 +0000

    fix php syntax

diff --git a/tests/func/30_RBAC/rbacTest.php b/tests/func/30_RBAC/rbacTest.php
index 6438134..1dc414c 100644
--- a/tests/func/30_RBAC/rbacTest.php
+++ b/tests/func/30_RBAC/rbacTest.php
@@ -81,7 +81,7 @@ class RBAC extends FForge_SeleniumTestCase
                
$this->clickAndWait("//form[contains(@action,'globalroleedit.php')]//input[@value='Edit
 Role']") ;
                $this->waitForPageToLoad("30000");
 
-               $selectedOptions = 
$this->select($this->byXpath(("//select[@name='data[approve_projects][-1]']"))->selectedLabels();
+               $selectedOptions = 
$this->select($this->byXpath("//select[@name='data[approve_projects][-1]']"))->selectedLabels();
                $this->assertEquals(array("Approve projects"), 
$selectedOptions);
                
$this->assertNotSelected("//select[@name='data[approve_projects][-1]']", "No 
Access");
                
$this->assertSelected("//select[@name='data[approve_news][-1]']", "Approve 
news");

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

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

Reply via email to