[Pkg-owncloud-commits] [php-sabredav] 02/02: Fix autopkgtest failure

David Prévot taffit at moszumanska.debian.org
Tue Jun 28 23:02:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch 1.8
in repository php-sabredav.

commit 5e39fadc9eccb7cf65a139e529170bce2cb28f05
Author: Nishanth Aravamudan <nish.aravamudan at canonical.com>
Date:   Tue Jun 28 19:01:00 2016 -0400

    Fix autopkgtest failure
    
    Closes: #828918
    LP: #1568026
---
 debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch b/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
index 31500f9..fed86b1 100644
--- a/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
+++ b/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
@@ -7,7 +7,7 @@ Subject: Use installed class for DEP-8 tests
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tests/bootstrap.php b/tests/bootstrap.php
-index aee8a8e..d9a7627 100644
+index aee8a8e..8a523fe 100644
 --- a/tests/bootstrap.php
 +++ b/tests/bootstrap.php
 @@ -4,7 +4,7 @@ define('SABRE_MYSQLDSN','mysql:host=127.0.0.1;dbname=sabredav');
@@ -15,7 +15,7 @@ index aee8a8e..d9a7627 100644
  define('SABRE_MYSQLPASS','');
  
 -set_include_path(__DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR . get_include_path());
-+set_include_path(get_include_path() . __DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR);
++set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR);
  
  include 'Sabre/autoload.php';
  include 'Sabre/TestUtil.php';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list