X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fcharsets-outgoing.t;h=0f78f0a58e9fea5d25236c4a665feff49241cd5f;hb=e131b1f71f08b69abb832c1687d1f29682d171f8;hp=872721325946ec12fbd3645f224c43d91f1bd562;hpb=d05d7346bb2387fd9d0354923d577275c5c7f019;p=freeside.git diff --git a/rt/t/mail/charsets-outgoing.t b/rt/t/mail/charsets-outgoing.t index 872721325..0f78f0a58 100644 --- a/rt/t/mail/charsets-outgoing.t +++ b/rt/t/mail/charsets-outgoing.t @@ -32,7 +32,7 @@ diag "make sure queue has no subject tag"; diag "set intial simple autoreply template"; { my $template = RT::Template->new( RT->SystemUser ); - $template->Load('Autoreply'); + $template->Load('Autoreply in HTML'); ok $template->id, "loaded autoreply tempalte"; my ($status, $msg) = $template->SetContent( @@ -144,7 +144,7 @@ foreach my $prefix_set ( 'ru', 'latin1' ) { diag "add non-ascii subject prefix in the autoreply template"; { my $template = RT::Template->new( RT->SystemUser ); - $template->Load('Autoreply'); + $template->Load('Autoreply in HTML'); ok $template->id, "loaded autoreply tempalte"; my ($status, $msg) = $template->SetContent( @@ -248,7 +248,7 @@ diag "don't change subject via template"; # we should test situation when subject is not changed from template { my $template = RT::Template->new( RT->SystemUser ); - $template->Load('Autoreply'); + $template->Load('Autoreply in HTML'); ok $template->id, "loaded autoreply tempalte"; my ($status, $msg) = $template->SetContent(