]> git.donarmstrong.com Git - debbugs.git/commitdiff
test utf8 mail with a utf8 containing header
authorDon Armstrong <don@donarmstrong.com>
Thu, 14 Mar 2013 16:12:39 +0000 (09:12 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 14 Mar 2013 16:12:39 +0000 (09:12 -0700)
t/13_utf8_mail.t

index 2491e14c3b1f67a3382369b0d8bf0e2f2a443184..4eda888df35cd0b67dbd0a8f5776342317d9f7f4 100644 (file)
@@ -91,7 +91,7 @@ $SD_SIZE =
 
 send_message(to => '1@bugs.something',
             headers => [To   => '1@bugs.something',
-                        From => 'foo@bugs.something',
+                        From => 'föoff@bugs.something',
                         Subject => 'Sending a message to a bug',
                        ],
             body => <<EOF) or fail('sending message to 1@bugs.someting failed');
@@ -109,7 +109,7 @@ $SD_SIZE =
 # just check to see that control doesn't explode
 send_message(to => 'control@bugs.something',
             headers => [To   => 'control@bugs.something',
-                        From => 'foo@bugs.something',
+                        From => 'föoff@bugs.something',
                         Subject => 'Munging a bug',
                        ],
             body => <<EOF) or fail 'message to control@bugs.something failed';