From 8f846bb32716743d0d56277d3b21666b64274018 Mon Sep 17 00:00:00 2001 From: cesarvh Date: Thu, 25 Oct 2018 10:22:44 -0700 Subject: [PATCH] UJ-2: Fixed test-dates.yaml test descriptions --- .../structureddate/src/test/resources/test-dates.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/structureddate/structureddate/src/test/resources/test-dates.yaml b/services/structureddate/structureddate/src/test/resources/test-dates.yaml index 2e19c9f99..5abe10f86 100644 --- a/services/structureddate/structureddate/src/test/resources/test-dates.yaml +++ b/services/structureddate/structureddate/src/test/resources/test-dates.yaml @@ -1106,13 +1106,13 @@ "3/4/2000?": # oneDisplayDate - with question mark earliestSingleDate: [2000, 3, 4, CE] - "13 april 1995": # oneDisplayDate - with question mark + "13 april 1995": # oneDisplayDate: - SingleInterval with Day (cardinal) Month Year Format earliestSingleDate: [1995, 4, 13, CE] - "13 apr 1995": # oneDisplayDate - with question mark + "13 apr 1995": # oneDisplayDate: - SingleInterval with Day (cardinal) Month Year Format earliestSingleDate: [1995, 4, 13, CE] - "13th APRIL 1995": # oneDisplayDate - with question mark + "13th APRIL 1995": # oneDisplayDate: - SingleInterval with Day (ordinal) Month Year Format earliestSingleDate: [1995, 4, 13, CE] # ------------------------------------------------------------------------------------------------------- -- 2.47.3