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  140c64ee85c58dd89dcdedacb1b22debdbfa0fe8 (commit)
      from  84d51af69ddaa24dd45b268aefc9ac1a92e60bc6 (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=140c64ee85c58dd89dcdedacb1b22debdbfa0fe8

commit 140c64ee85c58dd89dcdedacb1b22debdbfa0fe8
Author: Roland Mas <[email protected]>
Date:   Tue Dec 8 21:46:23 2020 +0100

    Try fixing testsuite

diff --git a/tests/func/10_Site/projectsTest.php 
b/tests/func/10_Site/projectsTest.php
index eea18e3..6d73e45 100644
--- a/tests/func/10_Site/projectsTest.php
+++ b/tests/func/10_Site/projectsTest.php
@@ -178,7 +178,7 @@ class projectsTest extends FForge_SeleniumTestCase
                $this->waitForPageToLoad();
                $this->clickAndWait("link=Register Project");
                $this->waitForPageToLoad();
-               
$this->assertTrue($this->isElementPresent("//select[@name='built_from_template']"));
+               
$this->assertFalse($this->isElementPresent("//select[@name='built_from_template']"));
                $this->type("full_name", "ProjectA");
                $this->type("purpose", "This is a simple description for 
ProjectA");
                $this->type("//textarea[@name='description']", "This is the 
public description for ProjectA.");

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

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