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 8bd6a440582fdbd58818cea59076b9e26c404b57 (commit)
from a28e06b0c1426ddff05fdda8ee9e95411f631535 (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=8bd6a440582fdbd58818cea59076b9e26c404b57
commit 8bd6a440582fdbd58818cea59076b9e26c404b57
Author: Franck Villaume <[email protected]>
Date: Mon Jan 21 05:57:58 2019 +0100
yet another syntax fix. start next test folderTest.php
diff --git a/tests/func/20_Docs/folderTest.php
b/tests/func/20_Docs/folderTest.php
index 1b38874..cf337a1 100644
--- a/tests/func/20_Docs/folderTest.php
+++ b/tests/func/20_Docs/folderTest.php
@@ -33,7 +33,7 @@ class folderTest extends FForge_SeleniumTestCase {
$this->clickAndWait("addItemDocmanMenu");
// ugly hack until we fix behavior in docman when no folders
exist. We need to click twice on the link
$this->clickAndWait("addItemDocmanMenu");
- $this->clickAndWait("id=tabs-new-folder");
+ $this->clickAndWait("jquery#tabs-new-folder");
$this->type("groupname", "renamedirectory");
$this->clickAndWait("submitaddsubgroup");
$this->clickAndWait("id=listFileDocmanMenu");
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 0f9fadf..509aaac 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -194,7 +194,7 @@ class FForge_SeleniumTestCase extends
PHPUnit_Extensions_Selenium2TestCase
if (preg_match('/^jquery#/', $link)) {
$elementid = substr($link, 7);
$this->execute(array(
- 'script' =>
"jQuery('a[href=\"#$elementid\").click()",
+ 'script' =>
"jQuery('a[href=\"#$elementid\"').click()",
'args' => array(),
));
} else {
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Docs/folderTest.php | 2 +-
tests/func/SeleniumForge.php | 2 +-
2 files 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