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  f23dd42fa66e0dcd6a28a7fbfb3492122dd25151 (commit)
      from  b565cca63906845eb9db955f4ea2eec2b5921f90 (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=f23dd42fa66e0dcd6a28a7fbfb3492122dd25151

commit f23dd42fa66e0dcd6a28a7fbfb3492122dd25151
Author: Franck Villaume <[email protected]>
Date:   Wed Apr 3 12:47:30 2019 +0000

    fix ScmGitSmartHTTPTest. Try #1

diff --git a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php 
b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
index 0d7c97e..dbc8db6 100644
--- a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
+++ b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
@@ -48,6 +48,7 @@ class ScmGitSmartHTTPTest extends FForge_SeleniumTestCase
                $this->open(ROOT);
                $this->clickAndWait("link=ProjectA");
                $this->clickAndWait("link=SCM");
+               $this->clickAndWait("jquery#tabber-gitsmarthttp");
                $p = $this->getText("//kbd[contains(.,'git clone http') and 
contains(.,'".FORGE_ADMIN_USERNAME."@')]");
                $p = preg_replace(",^git clone ,", "", $p);
                $p = preg_replace(",@,", ":".FORGE_ADMIN_PASSWORD."@", $p);

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

Summary of changes:
 tests/func/50_PluginsScmGit/gitSmartHTTPTest.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to