[Pkg-owncloud-commits] [php-sabredav] 09/66: Fixed unittest.

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:56:43 UTC 2015


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

taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.

commit f0e271f8446ae7a7ee4f3d907cff9e2b2ad1ad87
Author: Evert Pot <me at evertpot.com>
Date:   Mon Apr 13 16:38:45 2015 -0400

    Fixed unittest.
---
 tests/Sabre/CalDAV/ICSExportPluginTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Sabre/CalDAV/ICSExportPluginTest.php b/tests/Sabre/CalDAV/ICSExportPluginTest.php
index 9fb7c17..f7e4432 100644
--- a/tests/Sabre/CalDAV/ICSExportPluginTest.php
+++ b/tests/Sabre/CalDAV/ICSExportPluginTest.php
@@ -23,7 +23,7 @@ class ICSExportPluginTest extends \PHPUnit_Framework_TestCase {
         $p = new ICSExportPlugin();
         $s = new DAV\Server();
         $s->addPlugin($p);
-        $this->assertEquals($p, $s->getPlugin('Sabre\CalDAV\ICSExportPlugin'));
+        $this->assertEquals($p, $s->getPlugin('ics-export'));
 
     }
 

-- 
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