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  54a3f0f5d4d41f60d7e90f3ec5516c36790e21ce (commit)
      from  1110ad41ba0fc85f2a5584972546496368e12fad (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=54a3f0f5d4d41f60d7e90f3ec5516c36790e21ce

commit 54a3f0f5d4d41f60d7e90f3ec5516c36790e21ce
Author: Franck Villaume <[email protected]>
Date:   Sun Aug 13 11:39:33 2017 +0200

    tt -> kbd.

diff --git a/tests/func/50_PluginsScmGit/gitSSHTest.php 
b/tests/func/50_PluginsScmGit/gitSSHTest.php
index 2d4021e..550a931 100644
--- a/tests/func/50_PluginsScmGit/gitSSHTest.php
+++ b/tests/func/50_PluginsScmGit/gitSSHTest.php
@@ -49,7 +49,7 @@ class ScmGitSSHTest extends FForge_SeleniumTestCase
                $this->open(ROOT);
                $this->clickAndWait("link=ProjectA");
                $this->clickAndWait("link=SCM");
-               $p = $this->getText("//tt[contains(.,'git clone git+ssh')]");
+               $p = $this->getText("//kbd[contains(.,'git clone git+ssh')]");
                $p = preg_replace(",^git clone ,", "", $p);
 
                // Create a local clone, add stuff, push it to the repo
diff --git a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php 
b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
index b986ac4..dc557a3 100644
--- a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
+++ b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
@@ -47,7 +47,7 @@ class ScmGitSmartHTTPTest extends FForge_SeleniumTestCase
                $this->open(ROOT);
                $this->clickAndWait("link=ProjectA");
                $this->clickAndWait("link=SCM");
-               $p = $this->getText("//tt[contains(.,'git clone http') and 
contains(.,'".FORGE_ADMIN_USERNAME."@')]");
+               $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/gitSSHTest.php       | 2 +-
 tests/func/50_PluginsScmGit/gitSmartHTTPTest.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

Reply via email to