[Fusionforge-commits] FusionForge branch master updated. df013fce8c9a0ef1b78de0290e25926f6baac6cd

Roland Mas lolando at fusionforge.org
Thu Jul 31 17:07:42 CEST 2014


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  df013fce8c9a0ef1b78de0290e25926f6baac6cd (commit)
      from  a461b6ff374417bd8db550fde174c8b8f21a6b55 (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 -----------------------------------------------------------------
commit df013fce8c9a0ef1b78de0290e25926f6baac6cd
Author: Roland Mas <lolando at debian.org>
Date:   Thu Jul 31 17:07:35 2014 +0200

    Missing updates after rename of SeleniumGforge.php to SeleniumForge.php

diff --git a/tests/func/20_FRS/FRSTest.php b/tests/func/20_FRS/FRSTest.php
index dacf5f1..c26e5b9 100644
--- a/tests/func/20_FRS/FRSTest.php
+++ b/tests/func/20_FRS/FRSTest.php
@@ -19,7 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-require_once dirname(dirname(__FILE__)).'/Testing/SeleniumGforge.php';
+require_once dirname(dirname(__FILE__)).'/Testing/SeleniumForge.php';
 
 class CreateFRS extends FForge_SeleniumTestCase
 {
diff --git a/tests/func/40_SSH/sshTest.php b/tests/func/40_SSH/sshTest.php
index 45e5e2a..fe97600 100644
--- a/tests/func/40_SSH/sshTest.php
+++ b/tests/func/40_SSH/sshTest.php
@@ -19,7 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */             
 
-require_once dirname(dirname(__FILE__)).'/Testing/SeleniumGforge.php';
+require_once dirname(dirname(__FILE__)).'/Testing/SeleniumForge.php';
 
 class SSHTest extends FForge_SeleniumTestCase
 {
diff --git a/tests/func/50_PluginsScmGit/gitSSHTest.php b/tests/func/50_PluginsScmGit/gitSSHTest.php
index df1ebf2..f282dde 100644
--- a/tests/func/50_PluginsScmGit/gitSSHTest.php
+++ b/tests/func/50_PluginsScmGit/gitSSHTest.php
@@ -19,7 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */             
 
-require_once dirname(dirname(__FILE__)).'/Testing/SeleniumGforge.php';
+require_once dirname(dirname(__FILE__)).'/Testing/SeleniumForge.php';
 
 class ScmGitSSHTest extends FForge_SeleniumTestCase
 {

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

Summary of changes:
 tests/func/20_FRS/FRSTest.php              |    2 +-
 tests/func/40_SSH/sshTest.php              |    2 +-
 tests/func/50_PluginsScmGit/gitSSHTest.php |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list