[Fusionforge-commits] r12904 - branches/Branch_5_1/tests

Alain Peyrat aljeux at fusionforge.org
Thu Mar 24 21:14:43 CET 2011


Author: aljeux
Date: 2011-03-24 21:14:42 +0100 (Thu, 24 Mar 2011)
New Revision: 12904

Modified:
   branches/Branch_5_1/tests/RPMCentos52Tests.php
   branches/Branch_5_1/tests/TarCentos52Tests.php
Log:
Temporary disable PluginsSvnTracker tests, not compatible with remote launch (cronjob)

Modified: branches/Branch_5_1/tests/RPMCentos52Tests.php
===================================================================
--- branches/Branch_5_1/tests/RPMCentos52Tests.php	2011-03-24 15:56:12 UTC (rev 12903)
+++ branches/Branch_5_1/tests/RPMCentos52Tests.php	2011-03-24 20:14:42 UTC (rev 12904)
@@ -27,7 +27,7 @@
 		$suite->addTestFiles(glob("func/News/*Test.php"));
 		$suite->addTestFiles(glob("func/PluginsBlocks/*Test.php"));
 		$suite->addTestFiles(glob("func/PluginsOnlineHelp/*Test.php"));
-		$suite->addTestFiles(glob("func/PluginsSvnTracker/*Test.php"));
+//		$suite->addTestFiles(glob("func/PluginsSvnTracker/*Test.php"));
 		$suite->addTestFiles(glob("func/RBAC/*Test.php"));
 		$suite->addTestFiles(glob("func/Surveys/*Test.php"));
 

Modified: branches/Branch_5_1/tests/TarCentos52Tests.php
===================================================================
--- branches/Branch_5_1/tests/TarCentos52Tests.php	2011-03-24 15:56:12 UTC (rev 12903)
+++ branches/Branch_5_1/tests/TarCentos52Tests.php	2011-03-24 20:14:42 UTC (rev 12904)
@@ -27,7 +27,7 @@
 		$suite->addTestFiles(glob("func/News/*Test.php"));
 		$suite->addTestFiles(glob("func/PluginsBlocks/*Test.php"));
 		$suite->addTestFiles(glob("func/PluginsOnlineHelp/*Test.php"));
-		$suite->addTestFiles(glob("func/PluginsSvnTracker/*Test.php"));
+//		$suite->addTestFiles(glob("func/PluginsSvnTracker/*Test.php"));
 		$suite->addTestFiles(glob("func/RBAC/*Test.php"));
 		$suite->addTestFiles(glob("func/Surveys/*Test.php"));
 




More information about the Fusionforge-commits mailing list