Skip to content

Commit

Permalink
internal: use standard names for test output
Browse files Browse the repository at this point in the history
so that git can ignore them
  • Loading branch information
hrj committed Sep 25, 2016
1 parent 73ddbf2 commit 673100a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testCases/sclT0001-balance/bal01.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inputs += bal01.ledger
reports += {
title = "Balance Sheet"
type = balance
outFiles = [balance.txt]
outFiles = [out.balance1.txt]
accountMatch = ["^Assets.*", "^Expenses.*"]
}

Expand Down
2 changes: 1 addition & 1 deletion testCases/sclT0001-balance/bal02.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inputs += bal02.ledger
reports += {
title = "Balance Sheet"
type = balance
outFiles = [balance.txt]
outFiles = [out.balance2.txt]
accountMatch = ["^Assets.*", "^Expenses.*"]
}

Expand Down
2 changes: 1 addition & 1 deletion testCases/sclT0001-balance/bal03.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inputs += bal03.ledger
reports += {
title = "Balance Sheet"
type = balance
outFiles = [balance.txt]
outFiles = [out.balance3.txt]
accountMatch = ["^Assets.*", "^Expenses.*"]
}

Expand Down
2 changes: 1 addition & 1 deletion testCases/sclT0001-balance/bal04.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inputs += bal04.ledger
reports += {
title = "Balance Sheet"
type = balance
outFiles = [balance.txt]
outFiles = [out.balance4.txt]
accountMatch = ["^A.*", "^E.*"]
}

Expand Down
2 changes: 1 addition & 1 deletion testCases/sclT0004-glob/glob01.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs += glob01-txns/2015/01/2015-01-22.txn
reports += {
title = "Balance Sheet"
type = balance
outFiles = [balance.txt]
outFiles = [out.balance.txt]
showZeroAmountAccounts = true
accountMatch = ["^Assets.*", "^Expenses.*"]
}
Expand Down

0 comments on commit 673100a

Please sign in to comment.