From ebf9585d99564c10a5c069cfe4ab00cc0a9bd974 Mon Sep 17 00:00:00 2001 From: tripun Date: Sun, 10 Aug 2014 00:16:09 +0530 Subject: add test for --time-colon --- test/baseline/opt-time-colon.test | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/baseline/opt-time-colon.test (limited to 'test/baseline/opt-time-colon.test') diff --git a/test/baseline/opt-time-colon.test b/test/baseline/opt-time-colon.test new file mode 100644 index 00000000..1722a9f6 --- /dev/null +++ b/test/baseline/opt-time-colon.test @@ -0,0 +1,45 @@ +2013/04/05 () + (Internal:Meeting:Tactical) 1800s @ ($36/3600) + +2013/04/05 () + (CustomerA:Email) 300s + +2013/04/05 () + (CustomerB:Config) 5100s + +2013/04/05 () + (Personal:Walk) 1800s + +2013/04/05 () + (Personal:Lunch) 5400s + +test bal + 5.0m CustomerA:Email + 1.42h CustomerB:Config + 30.0m Internal:Meeting:Tactical + 2.00h Personal + 1.50h Lunch + 30.0m Walk +-------------------- + 4.00h +end test + +test bal --time-colon + 5:0m CustomerA:Email + 1:25h CustomerB:Config + 30:0m Internal:Meeting:Tactical + 2:00h Personal + 1:30h Lunch + 30:0m Walk +-------------------- + 4:00h +end test + +test reg --time-colon +13-Apr-05 (Int:Meeting:Tactical) 30:0m 30:0m +13-Apr-05 (CustomerA:Email) 5:0m 35:0m +13-Apr-05 (CustomerB:Config) 1:25h 2:00h +13-Apr-05 (Personal:Walk) 30:0m 2:30h +13-Apr-05 (Personal:Lunch) 1:30h 4:00h +end test + -- cgit v1.2.3