You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Run unit tests
2.
3.
What is the expected output?
No failures
What is the actual output?
2 failures
What version of ez-vcard are you using?
0.9.6
What version of Java are you using?
1.7
Please provide any additional information below.
1. ezvcard.io.html.create_then_parse()
2. ezvcard.io.xml.XCardWriterTest.write_prettyPrint()
Original issue reported on code.google.com by siegelm...@gmail.com on 5 Nov 2014 at 10:19
The text was updated successfully, but these errors were encountered:
Sorry, #1 should have read 'ezvcard.io.html.HCardPageTest.create_then_parse()'.
Newline issues in both cases, fixes are below.
Fix for #1 on line 426:
adr.setLabel("123 Main St." + NEWLINE + "Austin TX, 12345" + NEWLINE + "USA");
Fix for #2 on line 578:
String nl = ezvcard.util.StringUtils.NEWLINE;
Original comment by siegelm...@gmail.com on 5 Nov 2014 at 10:46
Original issue reported on code.google.com by
siegelm...@gmail.com
on 5 Nov 2014 at 10:19The text was updated successfully, but these errors were encountered: