Input validation tests for importTaxData.

This commit is contained in:
Colin Kuskie 2008-02-18 21:23:43 +00:00
parent 95a327ea62
commit c613e38995
7 changed files with 115 additions and 8 deletions

View file

@ -0,0 +1,8 @@
taxRate,value,field
#header lines above
#This is just a zip code.
0.5,53701,code
5.0,Wisconsin,state #Wisconsin is expensive!
1 taxRate,value,field
2 #header lines above
3 #This is just a zip code.
4 0.5,53701,code
5 5.0,Wisconsin,state #Wisconsin is expensive!