[Pkg-owncloud-commits] [php-sabre-vobject] 147/341: Continue to update tests to use reflexive equality.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 2f5207760d5ca4d9f4606b001e8f277305d40901
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Fri Jan 16 12:03:18 2015 +0100
Continue to update tests to use reflexive equality.
---
tests/VObject/Parser/XmlTest.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/VObject/Parser/XmlTest.php b/tests/VObject/Parser/XmlTest.php
index 65a512a..7f41b44 100644
--- a/tests/VObject/Parser/XmlTest.php
+++ b/tests/VObject/Parser/XmlTest.php
@@ -758,7 +758,7 @@ XML
*/
function testRFC6321Section3_6_10() {
- $this->assertXCalEqualsToICal(
+ $this->assertXCalReflexivelyEqualsToICal(
<<<XML
<?xml version="1.0" encoding="UTF-8"?>
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">
@@ -789,7 +789,7 @@ XML
*/
function testRFC6321Section3_6_11() {
- $this->assertXCalEqualsToICal(
+ $this->assertXCalReflexivelyEqualsToICal(
<<<XML
<?xml version="1.0" encoding="UTF-8"?>
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">
@@ -841,7 +841,7 @@ XML
*/
function testRFC6321Section3_6_13() {
- $this->assertXCalEqualsToICal(
+ $this->assertXCalReflexivelyEqualsToICal(
<<<XML
<?xml version="1.0" encoding="UTF-8"?>
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">
@@ -868,7 +868,7 @@ XML
function testRFC6321Section3_6_14() {
// Example 1 of RFC5545, Section 3.3.14.
- $this->assertXCalEqualsToICal(
+ $this->assertXCalReflexivelyEqualsToICal(
<<<XML
<?xml version="1.0" encoding="UTF-8"?>
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">
@@ -888,7 +888,7 @@ XML
);
// Example 2 of RFC5545, Section 3.3.14.
- $this->assertXCalEqualsToICal(
+ $this->assertXCalReflexivelyEqualsToICal(
<<<XML
<?xml version="1.0" encoding="UTF-8"?>
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list