gunnar: server/kolab-webadmin/kolab-webadmin/test/KolabAdmin AllTests.php, 1.2, 1.3 Autoload.php, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Tue Apr 13 11:43:02 CEST 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/test/KolabAdmin
In directory doto:/tmp/cvs-serv24477/kolab-webadmin/test/KolabAdmin

Modified Files:
	AllTests.php Autoload.php 
Log Message:
Update testing and fix an upgrade bug with the new forward segment script. Strict testing is no longer possible because we use the old Horde String library.

Index: AllTests.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/test/KolabAdmin/AllTests.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- AllTests.php	21 Feb 2010 08:05:08 -0000	1.2
+++ AllTests.php	13 Apr 2010 09:43:00 -0000	1.3
@@ -49,7 +49,7 @@
     public static function suite()
     {
         // Catch strict standards
-        error_reporting(E_ALL | E_STRICT);
+        //error_reporting(E_ALL | E_STRICT);
 
         // Build the suite
         $suite = new PHPUnit_Framework_TestSuite('KolabAdmin');

Index: Autoload.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/test/KolabAdmin/Autoload.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Autoload.php	7 Apr 2010 07:28:40 -0000	1.1
+++ Autoload.php	13 Apr 2010 09:43:00 -0000	1.2
@@ -27,4 +27,6 @@
 }
 
 /** Catch strict standards */
-error_reporting(E_ALL | E_STRICT);
+//error_reporting(E_ALL | E_STRICT);
+
+require_once 'Horde/String.php';
\ No newline at end of file





More information about the commits mailing list