Add coverage tests for more bad CSV file handling,

and two files to exercise the header checks in importTaxData
This commit is contained in:
Colin Kuskie 2008-03-05 21:31:29 +00:00
parent 7fa4e945b5
commit cd55ff1a9e
3 changed files with 46 additions and 3 deletions

View file

@ -0,0 +1,3 @@
where,value,taxRates
state,5.0
code,53701,0.5
1 where,value,taxRates
2 state,5.0
3 code,53701,0.5

View file

@ -0,0 +1,3 @@
field,taxRate
state,5.0
code,53701,0.5
1 field,taxRate
2 state,5.0
3 code,53701,0.5