diff --git a/t/Shop/Tax.t b/t/Shop/Tax.t index 06a8b0c61..6b67ee3df 100644 --- a/t/Shop/Tax.t +++ b/t/Shop/Tax.t @@ -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 diff --git a/t/supporting_collateral/taxTables/goodTaxTable.csv b/t/supporting_collateral/taxTables/goodTaxTable.csv new file mode 100644 index 000000000..c7f627eae --- /dev/null +++ b/t/supporting_collateral/taxTables/goodTaxTable.csv @@ -0,0 +1,5 @@ +field,value,taxRate +country,USA,0.1 +state,Wisconsin,5.0 +city,Madcity-Baby,0.5 +code,53701,0.5