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  1eabf22d8791a008d7cd6d4fda30449bb58cc0d4 (commit)
      from  42470f226f1793c6458afdc0cf19d2cc8e3f187e (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=1eabf22d8791a008d7cd6d4fda30449bb58cc0d4

commit 1eabf22d8791a008d7cd6d4fda30449bb58cc0d4
Author: Franck Villaume <[email protected]>
Date:   Fri Dec 2 13:11:06 2016 +0100

    fix test post IE hack part 2

diff --git a/tests/func/30_RBAC/rbacTest.php b/tests/func/30_RBAC/rbacTest.php
index c998169..13bc8a9 100644
--- a/tests/func/30_RBAC/rbacTest.php
+++ b/tests/func/30_RBAC/rbacTest.php
@@ -467,7 +467,7 @@ class RBAC extends FForge_SeleniumTestCase
                $this->waitForPageToLoad("30000");
 
                $this->assertTrue($this->isElementPresent("//input[@value='Link 
external role']/../../div/fieldset/select/option[.='Senior Developer (in 
project MetaProject)']")) ;
-               $this->select("//input[@value='Link external 
role']/../../div/select", "label=Senior Developer (in project MetaProject)") ;
+               $this->select("//input[@value='Link external 
role']/../../div/fieldset/select", "label=Senior Developer (in project 
MetaProject)") ;
                $this->click("//input[@value='Link external role']") ;
                $this->waitForPageToLoad("30000");
                
$this->assertTrue($this->isElementPresent("//td/form/div[contains(.,'Senior 
Developer (in project MetaProject)')]/../div/input[contains(@value,'Unlink 
Role')]"));

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

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