diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2016-11-13 10:26:47 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2019-12-05 15:06:44 +0100 |
commit | 23d818175a81e46a899c5e8b00be54cfa0881a4e (patch) | |
tree | 4b219c14fd7510085adaaae60b141564bd09c6b0 /test/baseline/dir-import_py.test | |
parent | e1bba5d977a8b9385e9ffdb05861833485003d23 (diff) | |
download | fork-ledger-23d818175a81e46a899c5e8b00be54cfa0881a4e.tar.gz fork-ledger-23d818175a81e46a899c5e8b00be54cfa0881a4e.tar.bz2 fork-ledger-23d818175a81e46a899c5e8b00be54cfa0881a4e.zip |
Remove dependency on other test
Diffstat (limited to 'test/baseline/dir-import_py.test')
-rw-r--r-- | test/baseline/dir-import_py.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/dir-import_py.test b/test/baseline/dir-import_py.test index ee9f6001..cef9bed6 100644 --- a/test/baseline/dir-import_py.test +++ b/test/baseline/dir-import_py.test @@ -4,12 +4,12 @@ tag PATH check os.path.isfile(value) 2012-02-29 KFC - ; PATH: test/baseline/feat-import_py.test + ; PATH: test/baseline/dir-import_py.test Expenses:Food $20 Assets:Cash 2012-02-29 KFC - ; PATH: test/baseline/feat-import_noexist.test + ; PATH: test/baseline/dir-import_noexist.test Expenses:Food $20 Assets:Cash @@ -19,5 +19,5 @@ test reg 12-Feb-29 KFC Expenses:Food $20 $20 Assets:Cash $-20 0 __ERROR__ -Warning: "$sourcepath/test/baseline/dir-import_py.test", line 14: Metadata check failed for (PATH: test/baseline/feat-import_noexist.test): ((os.path).isfile(value)) +Warning: "$sourcepath/test/baseline/dir-import_py.test", line 14: Metadata check failed for (PATH: test/baseline/dir-import_noexist.test): ((os.path).isfile(value)) end test |