[Fusionforge-commits] FusionForge branch master updated. 35e084e850c7a46374e962d8bac1e5c6b77f0537

Roland Mas lolando at fusionforge.org
Mon May 5 16:14:28 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  35e084e850c7a46374e962d8bac1e5c6b77f0537 (commit)
      from  5c6a5cedec5bcf4eac7914a04a2179923f0c2b1b (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 35e084e850c7a46374e962d8bac1e5c6b77f0537
Author: Roland Mas <lolando at debian.org>
Date:   Mon May 5 16:14:18 2014 +0200

    Enable at least web UI testsuite for Git and Subversion

diff --git a/tests/Testsuite-rpm.php b/tests/Testsuite-rpm.php
index 57c4b71..bc23e08 100644
--- a/tests/Testsuite-rpm.php
+++ b/tests/Testsuite-rpm.php
@@ -33,8 +33,8 @@ class RPMCentosTests
 //		$suite->addTestFiles(glob("func/PluginsMoinMoin/*Test.php"));
 		$suite->addTestFiles(glob("func/PluginsOnlineHelp/*Test.php"));
 //		$suite->addTestFiles(glob("func/PluginsScmBzr/*Test.php"));
-//		$suite->addTestFiles(glob("func/PluginsScmGit/*Test.php"));
-//		$suite->addTestFiles(glob("func/PluginsScmSvn/*Test.php"));
+		$suite->addTestFiles(glob("func/PluginsScmGit/gitWUITest.php"));
+		$suite->addTestFiles(glob("func/PluginsScmSvn/svnWUITest.php"));
 		$suite->addTestFiles(glob("func/RBAC/*Test.php"));
 		$suite->addTestFiles(glob("func/Surveys/*Test.php"));
 		$suite->addTestFiles(glob("func/Search/*Test.php"));
diff --git a/tests/Testsuite-src-cos.php b/tests/Testsuite-src-cos.php
index 31de94d..6ad0711 100644
--- a/tests/Testsuite-src-cos.php
+++ b/tests/Testsuite-src-cos.php
@@ -33,8 +33,8 @@ class TarCentosTests
 //		$suite->addTestFiles(glob("func/PluginsMoinMoin/*Test.php"));
 		$suite->addTestFiles(glob("func/PluginsOnlineHelp/*Test.php"));
 //		$suite->addTestFiles(glob("func/PluginsScmBzr/*Test.php"));
-//		$suite->addTestFiles(glob("func/PluginsScmGit/*Test.php"));
-//		$suite->addTestFiles(glob("func/PluginsScmSvn/*Test.php"));
+		$suite->addTestFiles(glob("func/PluginsScmGit/gitWUITest.php"));
+		$suite->addTestFiles(glob("func/PluginsScmSvn/svnWUITest.php"));
 		$suite->addTestFiles(glob("func/RBAC/*Test.php"));
 		$suite->addTestFiles(glob("func/Surveys/*Test.php"));
 		$suite->addTestFiles(glob("func/Search/*Test.php"));
diff --git a/tests/Testsuite-src-deb.php b/tests/Testsuite-src-deb.php
index e7d6e73..38b53e3 100644
--- a/tests/Testsuite-src-deb.php
+++ b/tests/Testsuite-src-deb.php
@@ -35,8 +35,8 @@ class DEBDebian60Tests
 		$suite->addTestFiles(glob("func/PluginsMoinMoin/*Test.php"));
 //		$suite->addTestFiles(glob("func/PluginsOnlineHelp/*Test.php"));
 //		$suite->addTestFiles(glob("func/PluginsScmBzr/*Test.php"));
-//		$suite->addTestFiles(glob("func/PluginsScmGit/*Test.php"));
-//		$suite->addTestFiles(glob("func/PluginsScmSvn/*Test.php"));
+		$suite->addTestFiles(glob("func/PluginsScmGit/gitWUITest.php"));
+		$suite->addTestFiles(glob("func/PluginsScmSvn/svnWUITest.php"));
 		$suite->addTestFiles(glob("func/RBAC/*Test.php"));
 		$suite->addTestFiles(glob("func/Surveys/*Test.php"));
 		$suite->addTestFiles(glob("func/Search/*Test.php"));

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

Summary of changes:
 tests/Testsuite-rpm.php     |    4 ++--
 tests/Testsuite-src-cos.php |    4 ++--
 tests/Testsuite-src-deb.php |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list