Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
main
pyicu
Commits
9e21af43
Commit
9e21af43
authored
Oct 01, 2021
by
Andi Vajda
Browse files
renamed file according to test class
parent
0736bc26
Changes
1
Show whitespace changes
Inline
Side-by-side
test/test_DateTimePa
rs
erGenerator.py
→
test/test_DateTimePa
tt
er
n
Generator.py
View file @
9e21af43
...
...
@@ -88,7 +88,6 @@ class TestDateTimePatternGenerator(TestCase):
pattern
=
dtpg
.
getBestPattern
(
skeleton
)
sdf
=
SimpleDateFormat
(
pattern
,
locale
)
sdf
.
setTimeZone
(
self
.
tz
)
print
(
locale
,
index
,
skeleton
,
locale_data
[
index
])
self
.
assertEqual
(
sdf
.
format
(
self
.
date
),
locale_data
[
index
])
def
testReplaceFieldType
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment