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 defb7cfe4a52954db1509fe5665f64aaa41dbc30 (commit)
from ad53c2e67c6d9697bb887f4e7302ddbdfc7223b3 (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=defb7cfe4a52954db1509fe5665f64aaa41dbc30
commit defb7cfe4a52954db1509fe5665f64aaa41dbc30
Author: Roland Mas <[email protected]>
Date: Wed Dec 9 19:32:49 2020 +0100
Try fixing testsuite
diff --git a/tests/func/20_Docs/folderTest.php
b/tests/func/20_Docs/folderTest.php
index 499a718..59e1d67 100644
--- a/tests/func/20_Docs/folderTest.php
+++ b/tests/func/20_Docs/folderTest.php
@@ -39,8 +39,8 @@ class folderTest extends FForge_SeleniumTestCase {
$this->clickAndWait("id=listFileDocmanMenu");
$this->clickAndWait("link=renamedirectory");
$this->clickAndWait("//a[@id='docman-editdirectory']/img");
- $this->type("document.editgroup.groupname", "renamedirectory2");
- $this->clickAndWait("document.editgroup.elements['submit']");
+ $this->type("groupname", "renamedirectory2");
+ $this->clickAndWait("elements['submit']");
$this->assertTextPresent("Documents folder renamedirectory2
updated successfully");
}
}
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Docs/folderTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits