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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue