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

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Jan 27 11:57:13 CET 2011


Author: lolando
Date: 2011-01-27 11:57:13 +0100 (Thu, 27 Jan 2011)
New Revision: 12084

Modified:
   trunk/tests/func/RBAC/rbacTest.php
Log:
Update testsuite to match changed string in project admin

Modified: trunk/tests/func/RBAC/rbacTest.php
===================================================================
--- trunk/tests/func/RBAC/rbacTest.php	2011-01-26 21:44:23 UTC (rev 12083)
+++ trunk/tests/func/RBAC/rbacTest.php	2011-01-27 10:57:13 UTC (rev 12084)
@@ -30,7 +30,7 @@
 
 		$this->click("link=Admin");
 		$this->waitForPageToLoad("30000");
-		$this->assertTrue($this->isTextPresent("Project Admin: ProjectA"));
+		$this->assertTrue($this->isTextPresent("Project Information"));
 		$this->click("link=Users and permissions");
 		$this->waitForPageToLoad("30000");
 		$this->assertTrue($this->isTextPresent("Members of ProjectA"));




More information about the Fusionforge-commits mailing list