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, 6.1 has been updated
       via  110af94c6e3f0a584e08b90f868cb6c66e08f968 (commit)
      from  77967db04dadac92ce0fd48fdf993859bd2b7e5f (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=110af94c6e3f0a584e08b90f868cb6c66e08f968

commit 110af94c6e3f0a584e08b90f868cb6c66e08f968
Author: Roland Mas <[email protected]>
Date:   Tue Dec 8 21:32:08 2020 +0100

    Try fixing testsuite

diff --git a/tests/func/10_Site/projectsTest.php 
b/tests/func/10_Site/projectsTest.php
index b335a17..eea18e3 100644
--- a/tests/func/10_Site/projectsTest.php
+++ b/tests/func/10_Site/projectsTest.php
@@ -64,7 +64,7 @@ class projectsTest extends FForge_SeleniumTestCase
                $this->type("//textarea[@name='description']", "This is the 
public description for ProjectA.");
                $this->type("unix_name", "projecta");
                $this->clickAndWait("//input[@name='scm' and @value='scmsvn']");
-               
$this->assertTrue($this->isElementPresent("//select[@name='built_from_template']"));
+               
$this->assertFalse($this->isElementPresent("//select[@name='built_from_template']"));
                $this->clickAndWait("submit");
                $this->waitForPageToLoad();
                $this->assertTrue($this->isTextPresent("Your project has been 
automatically approved"));

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

Summary of changes:
 tests/func/10_Site/projectsTest.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