diff options
author | John Wiegley <johnw@newartisans.com> | 2011-02-12 17:31:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-12 18:11:26 -0500 |
commit | 9c62463f84dc398b41b387fbacce31abed7e4839 (patch) | |
tree | ba73122f301f477b8a4174bd1c3ff27334709ad0 /test/regress/25A099C9.test | |
parent | 512542552b3e3e78f610f3d3f2fd1c8169188324 (diff) | |
download | fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.gz fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.bz2 fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.zip |
Changed testing format to aid with debugging
Diffstat (limited to 'test/regress/25A099C9.test')
-rw-r--r-- | test/regress/25A099C9.test | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/regress/25A099C9.test b/test/regress/25A099C9.test index b3e23a6c..fc06449b 100644 --- a/test/regress/25A099C9.test +++ b/test/regress/25A099C9.test @@ -1,7 +1,5 @@ --f $sourcepath/src/amount.h reg -<<< ->>>1 ->>>2 +test -f $sourcepath/src/amount.h reg -> 7 +__ERROR__ While parsing file "$sourcepath/src/amount.h", line 66: Error: No quantity specified for amount While parsing file "$sourcepath/src/amount.h", line 726: @@ -16,4 +14,4 @@ While parsing file "$sourcepath/src/amount.h", line 750: Error: Invalid date/time: line std::ostream& While parsing file "$sourcepath/src/amount.h", line 757: Error: Invalid date/time: line std::istream& -=== 7 +end test |