1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Fixed issue with TimeZone.setDefault()

This commit is contained in:
cketti 2012-05-18 20:00:15 +02:00
parent 87c11a4ad2
commit e591674357

View File

@ -108,7 +108,7 @@ public class ViewablesTest extends AndroidTestCase {
public void testTextPlusRfc822Message() throws MessagingException {
Locale.setDefault(Locale.US);
TimeZone.setDefault(TimeZone.getTimeZone("UTC"));
TimeZone.setDefault(TimeZone.getTimeZone("GMT"));
String bodyText = "Some text here";
String innerBodyText = "Hey there. I'm inside a message/rfc822 (inline) attachment.";