From 9c62463f84dc398b41b387fbacce31abed7e4839 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Feb 2011 17:31:49 -0500 Subject: Changed testing format to aid with debugging --- test/regress/7F3650FD.test | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) (limited to 'test/regress/7F3650FD.test') diff --git a/test/regress/7F3650FD.test b/test/regress/7F3650FD.test index e2a53a5a..f0498ddb 100644 --- a/test/regress/7F3650FD.test +++ b/test/regress/7F3650FD.test @@ -1,6 +1,4 @@ -period --now=2010/11/01 12/01 -<<< ->>>1 +test period --now=2010/11/01 12/01 --- Period expression tokens --- TOK_DATE: month Dec day 1 END_REACHED: @@ -15,10 +13,9 @@ END_REACHED: --- Sample dates in range (max. 20) --- 1: 10-Dec-01 -=== 0 -period --now=2010/11/01 10/01 -<<< ->>>1 +end test + +test period --now=2010/11/01 10/01 --- Period expression tokens --- TOK_DATE: month Oct day 1 END_REACHED: @@ -33,10 +30,9 @@ END_REACHED: --- Sample dates in range (max. 20) --- 1: 10-Oct-01 -=== 0 -period --now=2010/11/01 2009/10 -<<< ->>>1 +end test + +test period --now=2010/11/01 2009/10 --- Period expression tokens --- TOK_DATE: year 2009 month Oct END_REACHED: @@ -51,10 +47,9 @@ END_REACHED: --- Sample dates in range (max. 20) --- 1: 09-Oct-01 -=== 0 -period --now=2010/11/01 2009/10/01 -<<< ->>>1 +end test + +test period --now=2010/11/01 2009/10/01 --- Period expression tokens --- TOK_DATE: year 2009 month Oct day 1 END_REACHED: @@ -69,10 +64,9 @@ END_REACHED: --- Sample dates in range (max. 20) --- 1: 09-Oct-01 -=== 0 -period --now=2010/11/01 2009 -<<< ->>>1 +end test + +test period --now=2010/11/01 2009 --- Period expression tokens --- TOK_A_YEAR: 2009 END_REACHED: @@ -87,3 +81,4 @@ END_REACHED: --- Sample dates in range (max. 20) --- 1: 09-Jan-01 +end test -- cgit v1.2.3