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  529cf83d0dcf4f18ac3ecee8586da4a7d2c61cfc (commit)
      from  3deea15cae722f1c21c850bc39d3b55c6339483d (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=529cf83d0dcf4f18ac3ecee8586da4a7d2c61cfc

commit 529cf83d0dcf4f18ac3ecee8586da4a7d2c61cfc
Author: Franck Villaume <[email protected]>
Date:   Wed Mar 29 07:56:50 2017 +0200

    align test with use of CSS tt

diff --git a/tests/func/55_PluginsScmMulti/multiSCMTest.php 
b/tests/func/55_PluginsScmMulti/multiSCMTest.php
index 916f20a..e522df4 100644
--- a/tests/func/55_PluginsScmMulti/multiSCMTest.php
+++ b/tests/func/55_PluginsScmMulti/multiSCMTest.php
@@ -77,7 +77,7 @@ class multiSCMTest extends FForge_SeleniumTestCase
                $this->open(ROOT);
                $this->clickAndWait("link=ProjectA");
                $this->clickAndWait("link=SCM");
-               $p = $this->getText("//tt[contains(.,'svn checkout svn+ssh')]");
+               $p = $this->getText("//span[contains(.,'svn checkout 
svn+ssh')]");
                $p = preg_replace(",^svn checkout ,", "", $p);
                $t = exec("mktemp -d /tmp/svnTest.XXXXXX");
                system("cd $t && svn checkout $p projecta", $ret);

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

Summary of changes:
 tests/func/55_PluginsScmMulti/multiSCMTest.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