diff options
author | John Wiegley <johnw@newartisans.com> | 2016-10-02 22:49:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-02 22:49:18 -0700 |
commit | 3ebe330bf1b72036e36ad69a14fceb658ebc8051 (patch) | |
tree | 8fac814a98c0bbafb6761dcaa553994caa72aad1 /test | |
parent | ca9877ff417325ce35848c96f46f23a334e53bfe (diff) | |
parent | 94c0db01333e44fbdb1688bc431093c7bfeabc47 (diff) | |
download | fork-ledger-3ebe330bf1b72036e36ad69a14fceb658ebc8051.tar.gz fork-ledger-3ebe330bf1b72036e36ad69a14fceb658ebc8051.tar.bz2 fork-ledger-3ebe330bf1b72036e36ad69a14fceb658ebc8051.zip |
Merge pull request #469 from schmave/win-383
Fix regress test 383 on Windows
Diffstat (limited to 'test')
-rw-r--r-- | test/regress/383.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/383.test b/test/regress/383.test index ab4372fd..019c91eb 100644 --- a/test/regress/383.test +++ b/test/regress/383.test @@ -23,7 +23,7 @@ test bal Assets:Investments --lots --date-format %Y-%m-%d 100 AA {2.00 GBP} [2014-01-01] Assets:Investments end test -test bal Assets:Investments --lots --date-format %g-%b-%d +test bal Assets:Investments --lots --date-format %y-%b-%d 100 AA {2.00 GBP} [14-Jan-01] Assets:Investments end test |