[Pkg-owncloud-commits] [php-sabredav] 06/12: Fixed unittest after change from #669
David Prévot
taffit at moszumanska.debian.org
Mon Jun 1 22:42:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-beta3
in repository php-sabredav.
commit caa8e88f4f3e6f4355b95b3a06b5d17711fbeeb4
Author: Evert Pot <me at evertpot.com>
Date: Fri May 29 11:08:13 2015 -0400
Fixed unittest after change from #669
Also updated changelog. Thanks @mgee
---
CHANGELOG.md | 1 +
tests/Sabre/CardDAV/VCFExportTest.php | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b187a2e..3df5a56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ ChangeLog
* Fixed deserializing href properties with no value.
* Fixed deserializing `{DAV:}propstat` without a `{DAV:}prop`.
+* #669: Add export button to browser plugin for address books. (@mgee)
3.0.0-beta2 (2015-05-27)
diff --git a/tests/Sabre/CardDAV/VCFExportTest.php b/tests/Sabre/CardDAV/VCFExportTest.php
index 28cb7cb..54c3a84 100644
--- a/tests/Sabre/CardDAV/VCFExportTest.php
+++ b/tests/Sabre/CardDAV/VCFExportTest.php
@@ -37,7 +37,7 @@ class VCFExportTest extends \Sabre\DAVServerTest {
function testSimple() {
- $this->assertInstanceOf('Sabre\\CardDAV\\VCFExportPlugin', $this->server->getPlugin('Sabre\\CardDAV\\VCFExportPlugin'));
+ $this->assertInstanceOf('Sabre\\CardDAV\\VCFExportPlugin', $this->server->getPlugin('vcf-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