move the CSV tax table into its own subdirectory
This commit is contained in:
parent
215031bb4e
commit
95a327ea62
2 changed files with 6 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ eval { $taxer->importTaxData('/path/to/nowhere'); };
|
|||
like($@, qr{/path/to/nowhere could not be found},
|
||||
'importTaxData: error handling for file that does not exist in the filesystem');
|
||||
|
||||
my $taxFile = WebGUI::Test->getTestCollateralPath('taxTable.csv');
|
||||
my $taxFile = WebGUI::Test->getTestCollateralPath('taxTables/goodTaxTable.csv');
|
||||
|
||||
SKIP: {
|
||||
skip 'Root will cause this test to fail since it does not obey file permissions', 1
|
||||
|
|
|
|||
5
t/supporting_collateral/taxTables/goodTaxTable.csv
Normal file
5
t/supporting_collateral/taxTables/goodTaxTable.csv
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
field,value,taxRate
|
||||
country,USA,0.1
|
||||
state,Wisconsin,5.0
|
||||
city,Madcity-Baby,0.5
|
||||
code,53701,0.5
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue