[Fusionforge-commits] FusionForge branch master updated. 7d73790a37b77f784251125d63ba916fa689d1db

Franck Villaume nerville at fusionforge.org
Fri Aug 1 10:39:05 CEST 2014


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  7d73790a37b77f784251125d63ba916fa689d1db (commit)
      from  4419cc4777bf830268871b7b78728d8df7b47b80 (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 -----------------------------------------------------------------
commit 7d73790a37b77f784251125d63ba916fa689d1db
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 1 10:37:34 2014 +0200

    FRS: fix submit label

diff --git a/tests/func/20_FRS/FRSTest.php b/tests/func/20_FRS/FRSTest.php
index 3c73549..aa19d6e 100644
--- a/tests/func/20_FRS/FRSTest.php
+++ b/tests/func/20_FRS/FRSTest.php
@@ -31,7 +31,7 @@ class CreateFRS extends FForge_SeleniumTestCase
 		$this->assertTrue($this->isTextPresent("Administration"));
 		$this->clickAndWait("link=Administration");
 		$this->type("//input[@name='package_name']", "My Package Name");
-		$this->clickAndWait("//input[@name='submit' and @value='Create This Package']");
+		$this->clickAndWait("//input[@name='submit' and @value='Create']");
 		$this->assertTextPresent("Added Package");
 	}
 }

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

Summary of changes:
 tests/func/20_FRS/FRSTest.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list