Uppercase any lowercase zipcode letters entered. Fixes 11018.

This commit is contained in:
Colin Kuskie 2009-09-24 09:31:42 -07:00
parent 532f8ece6b
commit 6a3d1588be
3 changed files with 5 additions and 2 deletions

View file

@ -55,7 +55,7 @@ my $testBlock = [
{
key => 'Zip5',
testValue => 'abcde',
expected => undef,
expected => 'ABCDE',
comment => 'lower case',
},
];