We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34aa21c commit 5eb1b9cCopy full SHA for 5eb1b9c
java/src/test/java/com/genexus/util/TestDateMethods.java
@@ -53,6 +53,7 @@ public void testCtotex() {
53
testDate2 = localUtil.ctotex("2023-01-01T00:00:00", 0);
54
testDate3 = localUtil.ctotex("2200-12-31T00:00:00.000", 0);
55
} catch (Exception e) {
56
+ e.printStackTrace();
57
Assert.fail(e.getMessage());
58
}
59
@@ -72,6 +73,7 @@ public void testCtotex() {
72
73
testDate2 = localUtil.ctotex("30-01-01T00", 0);
74
testDate3 = localUtil.ctotex("31-12-31T00:00", 0);
75
76
77
78
79
0 commit comments