1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-25 21:14:51 +02:00

Updated VCard test to test illegal XML characters.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3699 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Alex Wenckus 2006-04-04 20:38:10 +00:00 committed by alex
parent b88871c409
commit 8d3bf139c6

View file

@ -31,7 +31,7 @@ public class VCardTest extends SmackTestCase {
origVCard.setNickName("KIR");
origVCard.setField("TITLE", "Mr");
origVCard.setAddressFieldHome("STREET", "Some street");
origVCard.setAddressFieldHome("STREET", "Some street & House");
origVCard.setAddressFieldWork("STREET", "Some street work");
origVCard.setPhoneWork("FAX", "3443233");