mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Updated version information for creating version 3.2 Beta2
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12032 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
5675258eb7
commit
74188e6856
4 changed files with 5 additions and 3 deletions
|
@ -189,7 +189,7 @@ public class XHTMLExtensionTest extends SmackTestCase {
|
|||
// Create an XHTMLExtension and add it to the message
|
||||
XHTMLExtension xhtmlExtension = new XHTMLExtension();
|
||||
xhtmlExtension.addBody(
|
||||
"<body xml:lang=\"es-ES\"><h1>impresionante!</h1><p>Como Emerson dijo una vez:</p><blockquote><p>Una consistencia ridícula es el espantajo de mentes pequeñas.</p></blockquote></body>");
|
||||
"<body xml:lang=\"es-ES\"><h1>impresionante!</h1><p>Como Emerson dijo una vez:</p><blockquote><p>Una consistencia ridicula es el espantajo de mentes pequenas.</p></blockquote></body>");
|
||||
xhtmlExtension.addBody(
|
||||
"<body xml:lang=\"en-US\"><h1>awesome!</h1><p>As Emerson once said:</p><blockquote><p>A foolish consistency is the hobgoblin of little minds.</p></blockquote></body>");
|
||||
msg.addExtension(xhtmlExtension);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue