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  a0974b536cf60d01dc66bb6c890deda00098e9df (commit)
      from  713a1d649bbafaf385f5dc510c296528f07e083d (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=a0974b536cf60d01dc66bb6c890deda00098e9df

commit a0974b536cf60d01dc66bb6c890deda00098e9df
Author: Franck Villaume <[email protected]>
Date:   Fri Sep 29 09:19:55 2017 +0000

    use regex to find the right link

diff --git a/tests/func/60_PluginsMediawiki/mediawikiTest.php 
b/tests/func/60_PluginsMediawiki/mediawikiTest.php
index 7e09f67..c8d86ca 100644
--- a/tests/func/60_PluginsMediawiki/mediawikiTest.php
+++ b/tests/func/60_PluginsMediawiki/mediawikiTest.php
@@ -51,7 +51,7 @@ class PluginMediawiki extends FForge_SeleniumTestCase
                $this->clickAndWait("link=Mediawiki");
                $this->assertFalse($this->isTextPresent("not created yet"));
 
-               $this->clickAndWait("link=edit this page");
+               $this->clickAndWait("link=regex:(create|edit) this page");
                $this->assertTrue($this->isTextPresent("You have followed a 
link to a page that does not exist yet."));
                $this->type("//textarea[@id='wpTextbox1']", "= Bleh =
 == Blahblah ==

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

Summary of changes:
 tests/func/60_PluginsMediawiki/mediawikiTest.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