Bug 12851: (QA followup) tests should not expect the <order> tag
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
8601fe6541
commit
9a386c7cdb
1 changed files with 1 additions and 1 deletions
|
@ -338,6 +338,6 @@ warning_is {
|
||||||
|
|
||||||
is($err, 1, "Successfully sent claim");
|
is($err, 1, "Successfully sent claim");
|
||||||
is($mail{'To'}, 'testemail@mydomain.com', "mailto correct in sent claim");
|
is($mail{'To'}, 'testemail@mydomain.com', "mailto correct in sent claim");
|
||||||
is($mail{'Message'}, 'my vendor|John Smith|<order>Ordernumber ' . $ordernumber . ' (Silence in the library) (1 ordered)</order>', 'Claim notice text constructed successfully');
|
is($mail{'Message'}, 'my vendor|John Smith|Ordernumber ' . $ordernumber . ' (Silence in the library) (1 ordered)', 'Claim notice text constructed successfully');
|
||||||
|
|
||||||
$dbh->rollback;
|
$dbh->rollback;
|
||||||
|
|
Loading…
Reference in a new issue