Simon Michael
1c7ad7f421
parsing: more careful validation of eg leap years in transaction dates (only)
2011-04-22 13:55:42 +00:00
Simon Michael
6e100703b9
update leap year tests
2011-04-19 21:40:59 +00:00
Dmitry Astapov
049ece6c72
test: effective date of 29 feb should be valid
2011-04-19 20:10:30 +00:00
Dmitry Astapov
cd2d8faaef
tests: 29th feb should be correctly handled wrt leap/non-leap year
2011-04-19 20:15:14 +00:00
Simon Michael
33bedcbab0
parsing: infer a conversion price in unpriced two-commodity transactions
2011-01-20 00:18:54 +00:00
Simon Michael
c8614b9a15
amount/price func. test cleanups
2011-01-19 19:00:42 +00:00
Simon Michael
d3663b818e
parsing: better international number format support ( #32 )
...
This allows period and comma to be used for decimal point and digit group
separator or vice versa, and also flexible digit groups. See
http://en.wikipedia.org/wiki/Decimal_separator . Digit group separators
are possibly not worth the trouble and might not stay.
2011-01-19 12:32:18 +00:00
Simon Michael
e03ada3bd3
parsing: support @@ syntax specifying total price
2011-01-15 02:04:53 +00:00
Simon Michael
d7617fe154
parsing: ignore cleared flags at the start of postings, parse account name correctly
2010-11-13 20:20:04 +00:00
Simon Michael
27a0900ea9
fix some tests
2010-11-14 20:03:49 +00:00
Simon Michael
0d6e696699
some more tests and fixes for amount & price display precision
2010-11-14 23:29:04 +00:00
Simon Michael
811e71aba7
price precisions don't influence display precision; balancing is based on display precision ( #23 )
...
Like ledger, price amounts are now "unobserved", ie their precision does
not affect the canonical display precisions used when displaying amounts,
and transaction balancing is done based on display precision, ie amounts
are considered to balance if their sum appears to be zero when using the
canonical display precision.
2010-11-14 22:44:37 +00:00
Simon Michael
e707f97847
parsing: parse transaction and posting metadata, though we don't use it yet
2010-11-13 22:17:32 +00:00
Simon Michael
c59f2f088d
clean up after add tests
2010-11-19 17:25:05 +00:00
Simon Michael
fcd90212b8
add: combine tests
2010-11-16 15:59:12 +00:00
Simon Michael
ea903ffe6e
add: more tests, bugfixes for add's commodity/precision handling; make all tests pass
2010-11-16 15:08:06 +00:00
Simon Michael
19e80c6c6f
update failing test
2010-12-06 17:30:22 +00:00
Simon Michael
37378d6b97
add: add default commodity to commodity-less amounts ( #26 ), misc. defaults fixes
2010-11-13 15:11:45 +00:00
Simon Michael
78db98366f
parsing: support D default commodity directive
2010-11-12 23:54:21 +00:00
Simon Michael
506ec00818
register: with --depth, clip account names or aggregate postings rather than excluding them
2010-08-02 19:40:38 +00:00
Simon Michael
f05837a442
make file include test more robust ( #21 )
...
- space prefix to deter shelltest --with usage
- use the just-built hledger binary, not whatever's in PATH
- more post-test cleanup
2010-09-03 17:44:57 +00:00
Ben Boeckel
5e576e9ff0
fix-recursive-includes
...
Fix recursive includes beyond depth 3. Also add a test case for the bug.
2010-09-02 00:30:57 +00:00
Simon Michael
1a8353457d
a test for the !include with relative paths issue ( #21 )
2010-08-10 02:52:53 +00:00
Simon Michael
1e7e9a54a0
fix a test for shelltestrunner 0.9
2010-09-03 20:51:01 +00:00
Simon Michael
3c08337cc2
fix no-such-file.test for testing --with something
2010-09-05 16:18:42 +00:00
Simon Michael
586c824cac
display non-simple commodity names with double-quotes
...
This ensures print's output remains parseable. The other commands also
double-quote them, for consistency, like c++ ledger.
2010-05-27 01:38:23 +00:00
Simon Michael
2ae94a9011
make this test runnable individually
2010-07-07 10:09:57 +00:00
Simon Michael
b5d1ebba30
print, register, balance: fix layout with mixed-commodity amounts
2010-07-11 22:51:36 +00:00
Simon Michael
2f6b82122f
tweak journal file auto-creation, add tests
2010-07-17 00:45:12 +00:00
Simon Michael
9acb57cfc5
add: allow blank descriptions
2010-07-17 15:13:16 +00:00
Simon Michael
6cd65ea7a6
test updates
2010-07-13 07:16:43 +00:00
Simon Michael
e510a64ec8
make tests pass
2010-05-24 20:57:40 +00:00
Simon Michael
7f8a352c0c
stats: don't break on an empty file
2010-07-08 14:04:54 +00:00
Simon Michael
345bffb235
fix unbalanced test, ignoring cosmetic issue
2010-04-14 16:44:24 +00:00
Simon Michael
9c893f634a
another cosmetic test fix
2010-04-14 16:57:40 +00:00
Simon Michael
35f87499f7
consolidate register depth tests
2010-05-23 17:47:56 +00:00
Simon Michael
65cf381dbc
parsing: timelog entries now generate balanced transactions, using virtual postings
2010-05-23 18:54:14 +00:00
Simon Michael
be30aac3f5
fix an occasional stack overflow error due to infinite recursion in Posting/Transaction equality tests
...
This was happening with balance command on certain timelog entries, since 0.8.
Now, when testing two postings for equality, their parent transaction's identity is ignored.
2010-05-22 00:45:35 +00:00
Simon Michael
191670c231
tools: update paths in func. tests
2010-05-22 00:52:45 +00:00
Simon Michael
5451e3ad40
parsing: balance real and balanced virtual postings separately, allow an amount-less balanced virtual posting
2010-04-14 16:59:02 +00:00
Simon Michael
7b5f4f33dd
more virtual posting tests, one failing
2010-04-14 01:09:45 +00:00
Simon Michael
70a4e25cf5
more test fixes
2010-04-14 18:20:50 +00:00
Simon Michael
77f64a7ddf
parsing: if there is no description, don't require a space after the transaction date
2010-04-15 20:44:04 +00:00
Simon Michael
5083255ed3
pricing, print tests
2010-04-15 22:59:22 +00:00
Simon Michael
21e4f87102
parse error message improved itself, awesome..
2010-03-12 22:02:34 +00:00
Simon Michael
a6b7ef597f
fix extra newline in balance error msg
2010-03-09 23:06:27 +00:00
Simon Michael
41b60bbcfc
when a transaction is unbalanced, show by how much; refactor
2010-02-27 18:06:29 +00:00
Simon Michael
7a895b0133
convert functional tests to shelltestrunner 0.8 format
2010-04-10 00:11:47 +00:00
Simon Michael
298d192678
register: fix a regression, register should not show posting comments
2010-02-15 20:33:49 +00:00
Simon Michael
1698592706
add: test for #19
2010-02-16 04:41:02 +00:00