Bug 12851: (QA followup) tests should not expect the <order> tag
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 25 Nov 2014 19:05:24 +0000 (16:05 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 25 Nov 2014 19:05:24 +0000 (16:05 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/db_dependent/Letters.t

index 8d7991e..016c213 100644 (file)
@@ -338,6 +338,6 @@ warning_is {
 
 is($err, 1, "Successfully 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;