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  1d4f4f282b3ad0d76202748d566c0d67af5e26d9 (commit)
      from  43b179cdcb1a7b524f0dc371c43f618552dbff6f (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=1d4f4f282b3ad0d76202748d566c0d67af5e26d9

commit 1d4f4f282b3ad0d76202748d566c0d67af5e26d9
Author: Franck Villaume <[email protected]>
Date:   Fri Apr 19 13:07:27 2019 +0000

    try to fix git ssh test. #1

diff --git a/tests/func/50_PluginsScmGit/gitSSHTest.php 
b/tests/func/50_PluginsScmGit/gitSSHTest.php
index 51d8594..8cc613a 100644
--- a/tests/func/50_PluginsScmGit/gitSSHTest.php
+++ b/tests/func/50_PluginsScmGit/gitSSHTest.php
@@ -50,6 +50,7 @@ class ScmGitSSHTest extends FForge_SeleniumTestCase
                $this->open(ROOT);
                $this->clickAndWait("link=ProjectA");
                $this->clickAndWait("link=SCM");
+               $this->clickAndWait("jquery#tabber-gitssh");
                $p = $this->getText("//kbd[contains(.,'git clone git+ssh')]");
                $p = preg_replace(",^git clone ,", "", $p);
 

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

Summary of changes:
 tests/func/50_PluginsScmGit/gitSSHTest.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