r2596 - trunk/plugins/ullMailPlugin/test/unit

0 views
Skip to first unread message

s...@ull.at

unread,
Feb 10, 2011, 8:14:11 AM2/10/11
to ullrigh...@googlegroups.com
Author: martin
Date: 2011-02-10 14:14:11 +0100 (Thu, 10 Feb 2011)
New Revision: 2596

Modified:
trunk/plugins/ullMailPlugin/test/unit/UllNewsletterEditionTest.php
Log:
ullNewsletterEditionTest: fixed

Modified: trunk/plugins/ullMailPlugin/test/unit/UllNewsletterEditionTest.php
===================================================================
--- trunk/plugins/ullMailPlugin/test/unit/UllNewsletterEditionTest.php 2011-02-10 13:11:30 UTC (rev 2595)
+++ trunk/plugins/ullMailPlugin/test/unit/UllNewsletterEditionTest.php 2011-02-10 13:14:11 UTC (rev 2596)
@@ -59,13 +59,15 @@
'Returns the correct sender'
);
$t->is($mail->getHtmlBody(),
- '<head>
+ '<html>
+<head>
<style=\'h1 { color: red }\' />
</head>

<body>
-<img src="http://www.ullright.org/ullCoreThemeNGPlugin/images/logo_120.png" /><br /><h1>ullright News</h1><p>Hello [FIRST_NAME] [LAST_NAME],</p><p>we are proud to present our newsletter system. Here are the main features:</p><ul><li>Newsletter categories</li><li>Web-archive</li><li>Tracking</li></ul><img src="http://www.ullright.org/ullMailThemeNGPlugin/images/ull_mail_32x32.png" /><p>Have a nice day.</p><p>[UNSUBSCRIBE]</p><p>(C) 2011 by ull.at</p>
-</body>',
+<img src="http://www.ullright.org/ullCoreThemeNGPlugin/images/logo_120.png" /><br /><h1>ullright News</h1><p>Hello [FIRST_NAME] [LAST_NAME],</p><p>we are proud to present our newsletter system. Here are the main features:</p><ul><li>Newsletter categories</li><li>Web-archive</li><li>Tracking</li></ul><img src="http://www.ullright.org/ullMailThemeNGPlugin/images/ull_mail_32x32.png" /><p>Have a nice day.</p><small><p>[ONLINE_LINK]</p><p>[UNSUBSCRIBE]</p><p>(C) 2011 by ull.at</p></small>
+</body>
+</html>',
'Returns the correct body'
);
$t->is($mail->getNewsletterEditionId(), 1, 'Returns the newsletter edition id');

Reply all
Reply to author
Forward
0 new messages