[Pkg-owncloud-commits] [php-sabredav] 74/148: Fixed empty namespace issue for litmus.
David Prévot
taffit at moszumanska.debian.org
Wed Apr 15 01:37:17 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 623005d11344fb892e44220e19d74008f095033d
Author: Evert Pot <me at evertpot.com>
Date: Thu Mar 19 01:49:32 2015 -0400
Fixed empty namespace issue for litmus.
---
composer.json | 2 +-
tests/Sabre/DAV/Xml/Element/ResponseTest.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/composer.json b/composer.json
index 9f0f290..f680fb0 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
"php": ">=5.4.1",
"sabre/vobject": ">=3.3.4 <4",
"sabre/event" : "~2.0.0",
- "sabre/xml" : "~0.4.0",
+ "sabre/xml" : "~0.4.1",
"sabre/http" : "~4.0.0-alpha1",
"sabre/uri" : "~1.0",
"ext-dom": "*",
diff --git a/tests/Sabre/DAV/Xml/Element/ResponseTest.php b/tests/Sabre/DAV/Xml/Element/ResponseTest.php
index ac6b0dc..06866f0 100644
--- a/tests/Sabre/DAV/Xml/Element/ResponseTest.php
+++ b/tests/Sabre/DAV/Xml/Element/ResponseTest.php
@@ -89,7 +89,7 @@ class ResponseTest extends DAV\Xml\XmlTest {
<d:href>/uri</d:href>
<d:propstat>
<d:prop>
- <x1:propertyname xmlns:x1="">value</x1:propertyname>
+ <propertyname xmlns="">value</propertyname>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
--
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