[Fusionforge-commits] r11544 - trunk/tests/func/RBAC

Roland Mas lolando at libremir.placard.fr.eu.org
Tue Nov 16 09:10:58 CET 2010


Author: lolando
Date: 2010-11-16 09:10:57 +0100 (Tue, 16 Nov 2010)
New Revision: 11544

Modified:
   trunk/tests/func/RBAC/rbacTest.php
Log:
Fixed RBAC test

Modified: trunk/tests/func/RBAC/rbacTest.php
===================================================================
--- trunk/tests/func/RBAC/rbacTest.php	2010-11-15 21:15:38 UTC (rev 11543)
+++ trunk/tests/func/RBAC/rbacTest.php	2010-11-16 08:10:57 UTC (rev 11544)
@@ -42,7 +42,8 @@
 		$this->logout();
 		$this->assertFalse($this->isTextPresent("ProjectA"));
 
-		$this->gotoProject('ProjectA');
+		$this->open( ROOT . '/projects/projecta') ;
+		$this->waitForPageToLoad("30000");
 		$this->assertTrue($this->isLoginRequired());
 		$this->triggeredLogin('staffmember');
 		$this->assertTrue($this->isTextPresent("Project Members"));




More information about the Fusionforge-commits mailing list