X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F06_mail_handling.t;h=1cc842c2b378716e57a2dcd5bf032f47b427bff3;hb=812f9b738effba6bdab70d527dae804192d1b2e8;hp=0ae5d0afac26ff1ebea92fcf79f6f463df8afdb0;hpb=65d47ed0c094fb410a5e3003af56d9473892d37d;p=debbugs.git diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t index 0ae5d0a..1cc842c 100644 --- a/t/06_mail_handling.t +++ b/t/06_mail_handling.t @@ -1,7 +1,7 @@ # -*- mode: cperl;-*- # $Id: 05_mail.t,v 1.1 2005/08/17 21:46:17 don Exp $ -use Test::More tests => 111; +use Test::More tests => 117; use warnings; use strict; @@ -22,6 +22,7 @@ use File::Basename qw(dirname basename); use lib qw(t/lib); use DebbugsTest qw(:all); use Data::Dumper; +use Encode qw(decode encode); # HTTP::Server:::Simple defines a SIG{CHLD} handler that breaks system; undef it here. $SIG{CHLD} = sub {}; @@ -243,6 +244,11 @@ my @control_commands = status_key => 'blockedby', status_value => '2', }, + unblock => {command => 'unblock', + value => ' with 2', + status_key => 'blockedby', + status_value => '', + }, summary => {command => 'summary', value => '5', status_key => 'summary', @@ -294,6 +300,11 @@ my @control_commands = status_key => 'keywords', status_value => 'patch', }, + utf8_retitle => {command => 'retitle', + value => 'Thïs is a ütff8 title [♥♡☙☎]', + status_key => 'subject', + status_value => decode("utf8",'Thïs is a ütff8 title [♥♡☙☎]'), + }, ); # In order for the archive/unarchive to work, we have to munge the summary file slightly