add: drop an obsolete functional test

This commit is contained in:
Simon Michael 2014-05-06 20:04:01 -07:00
parent 93dbc15113
commit dd736a871c

View File

@ -86,22 +86,7 @@ b
>>> /a +\$1000\.00/ >>> /a +\$1000\.00/
>>>=0 >>>=0
# 8. no commodity entered, the (most recent) default commodity should be applied # 8. default amounts should not fail to balance due to precision
# (and a non-ascii commodity symbol should work)
printf 'D $1000.0\nD £1,000.00\n' >t$$.j; hledgerdev -f t$$.j add; cat t$$.j; rm -f t$$.j
<<<
2010/1/1
a
1000
b
.
>>> /a +£1,000.00/
>>>=0
# 9. default amounts should not fail to balance due to precision
rm -f nosuch.journal; hledgerdev -f nosuch.journal add; rm -f nosuch.journal rm -f nosuch.journal; hledgerdev -f nosuch.journal add; rm -f nosuch.journal
<<< <<<
2010/1/1 2010/1/1
@ -114,7 +99,7 @@ c
>>> /Amount 3 \[-0.75\]:/ >>> /Amount 3 \[-0.75\]:/
>>>=0 >>>=0
## 10. shouldn't add decimals if there aren't any ## 9. shouldn't add decimals if there aren't any
## printf '\n\na\n1\nb\n' | hledgerdev -f /dev/null add ## printf '\n\na\n1\nb\n' | hledgerdev -f /dev/null add
# hledgerdev -f /dev/null add # hledgerdev -f /dev/null add
# <<< # <<<