From e56a4ffef07d9731fd6e48ab468fc4780d45945b Mon Sep 17 00:00:00 2001
From: Paolo Capriotti
Date: Wed, 9 Mar 2011 10:12:27 -0600
Subject: Running totals on a report including automated transactions are
computed with extra precision, resulting in balances differing from the sum
of their components.
---
test/regress/CAE63F5C-a.test | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 test/regress/CAE63F5C-a.test
(limited to 'test/regress/CAE63F5C-a.test')
diff --git a/test/regress/CAE63F5C-a.test b/test/regress/CAE63F5C-a.test
new file mode 100644
index 00000000..4465bd2f
--- /dev/null
+++ b/test/regress/CAE63F5C-a.test
@@ -0,0 +1,17 @@
+2011/03/01 test1
+ a 4.00 €
+ b
+
+2011/03/02 test2
+ a 4.00 €
+ b
+
+2011/03/03 test2
+ a 4.00 €
+ b
+
+test reg a
+11-Mar-01 test1 a 4.00 € 4.00 €
+11-Mar-02 test2 a 4.00 € 8.00 €
+11-Mar-03 test2 a 4.00 € 12.00 €
+end test
--
cgit v1.2.3