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 786c4d7a14b42a0352439b4bf85cc4d2a22f68f5 (commit)
from b33e07147b4785ff316d3a900e637adcdde1380a (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=786c4d7a14b42a0352439b4bf85cc4d2a22f68f5
commit 786c4d7a14b42a0352439b4bf85cc4d2a22f68f5
Author: Franck Villaume <[email protected]>
Date: Sun Dec 11 20:23:19 2016 +0100
fix wrong select
diff --git a/tests/func/20_Docs/createDocURLTest.php
b/tests/func/20_Docs/createDocURLTest.php
index 027c8bf..cf41a4d 100644
--- a/tests/func/20_Docs/createDocURLTest.php
+++ b/tests/func/20_Docs/createDocURLTest.php
@@ -132,7 +132,7 @@ class CreateDocURL extends FForge_SeleniumTestCase {
$this->click("css=img[alt='editdocument']");
$this->pause("10000");
$this->assertTextPresent("1 (x)");
- $this->select('id=pending');
+ $this->select('id=stateid', 'label=pending');
$this->clickAndWait("xpath=(//button[@type='button'])[4]");
$this->assertTextPresent("Pending files");
$this->assertTextPresent("terms.php");
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Docs/createDocURLTest.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