diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-17 07:02:31 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-17 07:02:31 -0500 |
commit | 430ad07db1e46c27d69cdb0fca6c9e98a503079c (patch) | |
tree | c5f80d3265034a7eefbe1eb5e32fc9ae09999dfc /test/regress/25A099C9.test | |
parent | bc31e4838bae16748352901634d264af9b045369 (diff) | |
download | fork-ledger-430ad07db1e46c27d69cdb0fca6c9e98a503079c.tar.gz fork-ledger-430ad07db1e46c27d69cdb0fca6c9e98a503079c.tar.bz2 fork-ledger-430ad07db1e46c27d69cdb0fca6c9e98a503079c.zip |
Simplified a regression test
Diffstat (limited to 'test/regress/25A099C9.test')
-rw-r--r-- | test/regress/25A099C9.test | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/test/regress/25A099C9.test b/test/regress/25A099C9.test index df4fef1c..a8a93832 100644 --- a/test/regress/25A099C9.test +++ b/test/regress/25A099C9.test @@ -1,43 +1,43 @@ -test -f $sourcepath/src/amount.h reg -> 20 +test -f src/amount.h reg -> 20 __ERROR__ -While parsing file "$sourcepath/src/amount.h", line 2: +While parsing file "src/amount.h", line 2: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 33: +While parsing file "src/amount.h", line 33: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 37: +While parsing file "src/amount.h", line 37: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 66: +While parsing file "src/amount.h", line 66: Error: No quantity specified for amount -While parsing file "$sourcepath/src/amount.h", line 69: +While parsing file "src/amount.h", line 69: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 83: +While parsing file "src/amount.h", line 83: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 93: +While parsing file "src/amount.h", line 93: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 99: +While parsing file "src/amount.h", line 99: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 121: +While parsing file "src/amount.h", line 121: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 132: +While parsing file "src/amount.h", line 132: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 693: +While parsing file "src/amount.h", line 693: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 723: +While parsing file "src/amount.h", line 723: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 731: +While parsing file "src/amount.h", line 731: Error: Unexpected whitespace at beginning of line -While parsing file "$sourcepath/src/amount.h", line 734: +While parsing file "src/amount.h", line 734: Error: Invalid date/time: line amount_t amoun -While parsing file "$sourcepath/src/amount.h", line 740: +While parsing file "src/amount.h", line 740: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 746: +While parsing file "src/amount.h", line 746: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 752: +While parsing file "src/amount.h", line 752: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 758: +While parsing file "src/amount.h", line 758: Error: Invalid date/time: line std::ostream& -While parsing file "$sourcepath/src/amount.h", line 765: +While parsing file "src/amount.h", line 765: Error: Invalid date/time: line std::istream& -While parsing file "$sourcepath/src/amount.h", line 771: +While parsing file "src/amount.h", line 771: Error: Unexpected whitespace at beginning of line end test |