[Pkg-owncloud-commits] [php-sabre-vobject] 205/341: Update a test to include N.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:48 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 5d0c83cc3b167763923ba39fb15f014582447720
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Jan 26 15:24:07 2015 +0100
Update a test to include N.
---
tests/VObject/Parser/XmlTest.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/tests/VObject/Parser/XmlTest.php b/tests/VObject/Parser/XmlTest.php
index a3936f1..7505948 100644
--- a/tests/VObject/Parser/XmlTest.php
+++ b/tests/VObject/Parser/XmlTest.php
@@ -1119,6 +1119,13 @@ XML
<fn>
<text>J. Doe</text>
</fn>
+ <n>
+ <surname>Doe</surname>
+ <given>J.</given>
+ <additional/>
+ <prefix/>
+ <suffix/>
+ </n>
</vcard>
</vcards>
XML
@@ -1126,6 +1133,7 @@ XML
'BEGIN:VCARD' . CRLF .
'VERSION:4.0' . CRLF .
'FN:J. Doe' . CRLF .
+ 'N:Doe;J.;;;' . CRLF .
'END:VCARD' . CRLF
);
--
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