[Pkg-owncloud-commits] [php-sabredav] 32/75: Fix the rebase.

David Prévot taffit at moszumanska.debian.org
Thu Feb 26 18:51:51 UTC 2015


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

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

commit ba65db1bc7bf98bd33704ad82f4df109861a1bd5
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Feb 10 10:27:16 2015 +0100

    Fix the rebase.
---
 tests/Sabre/DAV/ServerSimpleTest.php | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/tests/Sabre/DAV/ServerSimpleTest.php b/tests/Sabre/DAV/ServerSimpleTest.php
index 0053196..afec5b5 100644
--- a/tests/Sabre/DAV/ServerSimpleTest.php
+++ b/tests/Sabre/DAV/ServerSimpleTest.php
@@ -388,23 +388,7 @@ class ServerSimpleTest extends AbstractServer{
     }
 
     /**
-     * @expectedException \Sabre\DAV\Exception\Forbidden
      */
-    function testBaseUriCheck() {
-
-        $uris = [
-            'http://www.example.org/root/somepath',
-            '/root/somepath',
-            '/root/somepath/'
-        ];
-
-        $this->server->setBaseUri('root/');
-        $this->server->calculateUri('/root/testuri');
-
-        $this->fail('Expected an exception');
-
-    }
-
     function testGuessBaseUri() {
 
         $serverVars = [

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



More information about the Pkg-owncloud-commits mailing list