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
1 changed files with 1 additions and 1 deletions

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");