Merge branch 'RED-9413' into 'master'
RED-9413: fixed date issue Closes RED-9413 See merge request redactmanager/redaction-service!442
This commit is contained in:
commit
abf0f6b6ea
@ -1,3 +1,7 @@
|
|||||||
|
yyyy MMM dd
|
||||||
|
yyyy MMM d
|
||||||
|
yyyy MM dd
|
||||||
|
yyyy MM d
|
||||||
dd-MMM-yyyy
|
dd-MMM-yyyy
|
||||||
d-MMM-yyyy
|
d-MMM-yyyy
|
||||||
dd MMM yyyy
|
dd MMM yyyy
|
||||||
@ -30,8 +34,6 @@ yyyy, MMMM dd
|
|||||||
yyyy, MMMM d
|
yyyy, MMMM d
|
||||||
yyyy.MM.dd
|
yyyy.MM.dd
|
||||||
yyyy.MM.d
|
yyyy.MM.d
|
||||||
yyyyMMdd
|
|
||||||
yyyyMMd
|
|
||||||
dd-MM-yy
|
dd-MM-yy
|
||||||
d-MM-yy
|
d-MM-yy
|
||||||
dd/MM/yy
|
dd/MM/yy
|
||||||
@ -70,5 +72,3 @@ dd.MM.yy
|
|||||||
d.MM.yy
|
d.MM.yy
|
||||||
dd MMM. yyyy
|
dd MMM. yyyy
|
||||||
d MMM. yyyy
|
d MMM. yyyy
|
||||||
yyyy MMM dd
|
|
||||||
yyyy MMM d
|
|
||||||
@ -168,9 +168,11 @@ public class DocumineFloraTest extends AbstractRedactionIntegrationTest {
|
|||||||
|
|
||||||
List<String> expectedDates = new ArrayList<>();
|
List<String> expectedDates = new ArrayList<>();
|
||||||
expectedDates.add("10/01/2022");
|
expectedDates.add("10/01/2022");
|
||||||
|
expectedDates.add("01/01/2022");
|
||||||
expectedDates.add("08/09/2024");
|
expectedDates.add("08/09/2024");
|
||||||
expectedDates.add("03/01/2022");
|
expectedDates.add("03/01/2022");
|
||||||
expectedDates.add("03/08/1992");
|
expectedDates.add("03/08/1992");
|
||||||
|
expectedDates.add("13/08/1992");
|
||||||
expectedDates.add("27/02/1992");
|
expectedDates.add("27/02/1992");
|
||||||
|
|
||||||
String dates = experimentalDates.getComponentValues()
|
String dates = experimentalDates.getComponentValues()
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user