From 2e5ac08b6968f899b2ea43de6599d09a8c6dbe94 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Jan 2021 17:04:51 -0800 Subject: [PATCH] ;ui: add a manual test for #1468 --- hledger-ui/test/uitest.org | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hledger-ui/test/uitest.org b/hledger-ui/test/uitest.org index 509561e1e..aa26d5975 100644 --- a/hledger-ui/test/uitest.org +++ b/hledger-ui/test/uitest.org @@ -153,7 +153,7 @@ which has nice screenshots, but might be less up to date. ───────────────────────── a transactions (1/1) ───────────────────────── 2020-01-01 past transaction a $1 $1 -** touch forecast.journal, press F again # forecast txns can still be enabled if file modification time changed while disabled (#1204) +** with the above still running, touch forecast.journal, press F again # forecast txns can still be enabled if file modification time changed while disabled (#1204) ───────────────────────── a transactions (6/6) ───────────────────────── 2020-01-01 past transaction a $1 $1 2020-01-01 forecasted tra.. a $1 $2 @@ -161,3 +161,13 @@ which has nice screenshots, but might be less up to date. 2020-07-01 forecasted tra.. a $1 $4 2020-10-01 forecasted tra.. a $1 $5 3000-01-01 future transac.. a $1000000 $1000005 + +** hledger-ui -f 1468.j, 2, RIGHT # in list mode, register of account above depth limit shows only its transactions +───────────────────────────── a transactions (1/1) ───────────────────────────── + 2021-01-01 a 1 1 + +** LEFT, DOWN, RIGHT # in list mode, register of account at depth limit also shows subaccounts' transactions (#1468) +──────────────────────────── a:aa transactions (2/2) ─────────────────────────── + 2021-01-02 a:aa 10 10 + 2021-01-03 a:aa:aaa 100 110 +