mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01:00
Fix XML in MamResultProviderTest
Add missing whitespace between XML attributes.
This commit is contained in:
parent
4e7cd83220
commit
ae2c57f56b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class MamResultProviderTest {
|
||||||
|
|
||||||
private static final String exampleMamResultXml = "<result xmlns='urn:xmpp:mam:1' queryid='f27' id='28482-98726-73623'>"
|
private static final String exampleMamResultXml = "<result xmlns='urn:xmpp:mam:1' queryid='f27' id='28482-98726-73623'>"
|
||||||
+ "<forwarded xmlns='urn:xmpp:forward:0'>" + "<delay xmlns='urn:xmpp:delay' stamp='2010-07-10T23:08:25Z'/>"
|
+ "<forwarded xmlns='urn:xmpp:forward:0'>" + "<delay xmlns='urn:xmpp:delay' stamp='2010-07-10T23:08:25Z'/>"
|
||||||
+ "<message xmlns='jabber:client'" + "to='juliet@capulet.lit/balcony'" + "from='romeo@montague.lit/orchard'"
|
+ "<message xmlns='jabber:client' to='juliet@capulet.lit/balcony' from='romeo@montague.lit/orchard' "
|
||||||
+ "type='chat'>"
|
+ "type='chat'>"
|
||||||
+ "<body>Call me but love, and I'll be new baptized; Henceforth I never will be Romeo.</body>"
|
+ "<body>Call me but love, and I'll be new baptized; Henceforth I never will be Romeo.</body>"
|
||||||
+ "</message>" + "</forwarded>" + "</result>";
|
+ "</message>" + "</forwarded>" + "</result>";
|
||||||
|
|
Loading…
Reference in a new issue