~bestpractical/rt/4.4

« back to all changes in this revision

Viewing changes to t/mail/sendmail-plaintext.t

  • Committer: sunnavy
  • Date: 2023-10-19 19:21:12 UTC
  • mfrom: (8994.2.1)
  • Revision ID: git-v1:019efbaab6930affe82819ffa2e8e2ac9b5c1f2c
Merge branch '4.4.7-releng' into 4.4-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
{
133
133
    my ($ticket) = mail_in_ticket('rt-send-cc');
134
134
    my $cc = first_attach($ticket)->GetHeader('RT-Send-Cc');
135
 
    like ($cc, qr/test$_/, "Found test $_") for 1..5;
 
135
    ok (!$cc, "No RT-Send-Cc"); # RT-Send-Cc is supposed to be cleared
136
136
}
137
137
 
138
138
{