339 |
is($err, 1, "Successfully sent claim"); |
339 |
is($err, 1, "Successfully sent claim"); |
340 |
is($mail{'To'}, 'testemail@mydomain.com', "mailto correct in sent claim"); |
340 |
is($mail{'To'}, 'testemail@mydomain.com', "mailto correct in sent claim"); |
341 |
is($mail{'Message'}, 'my vendor|John Smith|<order>Ordernumber ' . $ordernumber . ' (Silence in the library) (1 ordered)</order>', 'Claim notice text constructed successfully'); |
341 |
is($mail{'Message'}, 'my vendor|John Smith|Ordernumber ' . $ordernumber . ' (Silence in the library) (1 ordered)', 'Claim notice text constructed successfully'); |