Commit e2e9472
committed
As #38845 states, three tests in this class fail. This is because they make assumptions about the default datetime formatting instances. I've made them non-default, which should allow tests to pass. Two do pass for me, but the third oddly enough doesn't - somehow it turns 23-Dec-2003 into 2003-12-22. Very odd.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@384139 13f79535-47bb-0310-9956-ffa450edef681 parent 8576b53 commit e2e9472
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments