FedEx: add checksum failure test.

master
Matt Miller 2014-02-18 16:23:04 +08:00
parent 15776c4f62
commit 3eb8352c08
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ ddg_goodie_test(
heading => 'FedEx Shipment Tracking',
html => qq(Track this shipment at <a href="http://fedex.com/Tracking?tracknumbers=178440515632684&action=track">FedEx</a>.)
),
'178440515682684' => undef, # Transcription error turns a 3 into an 8. Fails checksum; not a tracking number.
);
done_testing;