[pkg-kolab] r1466 - in php-kolab-freebusy/trunk/debian: . patches

Mathieu Parent sathieu at alioth.debian.org
Thu Dec 10 19:17:56 UTC 2009


Author: sathieu
Date: 2009-12-10 19:17:56 +0000 (Thu, 10 Dec 2009)
New Revision: 1466

Added:
   php-kolab-freebusy/trunk/debian/patches/60-testsuite-include.diff
Modified:
   php-kolab-freebusy/trunk/debian/changelog
   php-kolab-freebusy/trunk/debian/patches/series
Log:
New 60-testsuite-include.diff: Avoid include errors when running testsuite

Modified: php-kolab-freebusy/trunk/debian/changelog
===================================================================
--- php-kolab-freebusy/trunk/debian/changelog	2009-12-03 18:05:31 UTC (rev 1465)
+++ php-kolab-freebusy/trunk/debian/changelog	2009-12-10 19:17:56 UTC (rev 1466)
@@ -1,6 +1,7 @@
 php-kolab-freebusy (0.1.5-4~pre1) UNRELEASED; urgency=low
 
   * Package snapshot
+  * New 60-testsuite-include.diff: Avoid include errors when running testsuite
 
  -- Mathieu Parent <sathieu at debian.org>  Tue, 17 Nov 2009 21:50:37 +0100
 

Added: php-kolab-freebusy/trunk/debian/patches/60-testsuite-include.diff
===================================================================
--- php-kolab-freebusy/trunk/debian/patches/60-testsuite-include.diff	                        (rev 0)
+++ php-kolab-freebusy/trunk/debian/patches/60-testsuite-include.diff	2009-12-10 19:17:56 UTC (rev 1466)
@@ -0,0 +1,18 @@
+Goal: Avoid include errors when running testsuite
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: Should be reported.
+
+Index: b/Kolab_FreeBusy-0.1.5/test/Horde/Kolab/FreeBusy/FreeBusyTest.php
+===================================================================
+--- a/Kolab_FreeBusy-0.1.5/test/Horde/Kolab/FreeBusy/FreeBusyTest.php
++++ b/Kolab_FreeBusy-0.1.5/test/Horde/Kolab/FreeBusy/FreeBusyTest.php
+@@ -20,6 +20,7 @@
+  *  We need the base class
+  */
+ require_once 'Horde/Kolab/Test/Storage.php';
++require_once 'Horde/Kolab/Test/FreeBusy.php';
+ 
+ require_once 'Horde/Kolab/FreeBusy.php';
+ 

Modified: php-kolab-freebusy/trunk/debian/patches/series
===================================================================
--- php-kolab-freebusy/trunk/debian/patches/series	2009-12-03 18:05:31 UTC (rev 1465)
+++ php-kolab-freebusy/trunk/debian/patches/series	2009-12-10 19:17:56 UTC (rev 1466)
@@ -1,3 +1,4 @@
 10-remove-md5.diff
 30-horde-path.diff
 40-phpunit.diff
+60-testsuite-include.diff




More information about the pkg-kolab-devel mailing list