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

commit fa1f2b33b9b765d84bb0245c8d5c13cb02a38cc4
Author: Franck Villaume <[email protected]>
Date:   Sun Aug 13 12:41:57 2017 +0200

    tt -> kbd

diff --git a/tests/func/55_PluginsScmMulti/multiSCMTest.php 
b/tests/func/55_PluginsScmMulti/multiSCMTest.php
index e522df4..5926b46 100644
--- a/tests/func/55_PluginsScmMulti/multiSCMTest.php
+++ b/tests/func/55_PluginsScmMulti/multiSCMTest.php
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Copyright (C) 2012 Roland Mas
  * Copyright (C) 2015  Inria (Sylvain Beucler)
  *
@@ -93,7 +93,7 @@ class multiSCMTest 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);
                $t = exec("mktemp -d /tmp/gitTest.XXXXXX");
                system("cd $t && git clone --quiet $p", $ret);

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

Summary of changes:
 tests/func/55_PluginsScmMulti/multiSCMTest.php | 4 ++--
 1 file 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