Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
830b6bd4
Commit
830b6bd4
authored
Mar 03, 2004
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to fix these tests for what appears to be a bug that only occurs when system is in GMT.
parent
d98edc1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py
.../Products/PluginIndexes/DateIndex/tests/test_DateIndex.py
+3
-3
No files found.
lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py
View file @
830b6bd4
...
@@ -107,10 +107,10 @@ class DI_Tests(unittest.TestCase):
...
@@ -107,10 +107,10 @@ class DI_Tests(unittest.TestCase):
(
5
,
Dummy
(
'e'
,
DateTime
(
'2062-05-08 15:16:17'
))),
# 1018883325
(
5
,
Dummy
(
'e'
,
DateTime
(
'2062-05-08 15:16:17'
))),
# 1018883325
(
6
,
Dummy
(
'f'
,
1072742620.0
)),
# 1073545923
(
6
,
Dummy
(
'f'
,
1072742620.0
)),
# 1073545923
(
7
,
Dummy
(
'f'
,
1072742900
)),
# 1073545928
(
7
,
Dummy
(
'f'
,
1072742900
)),
# 1073545928
(
8
,
Dummy
(
'g'
,
date
(
2034
,
2
,
5
))),
# 1073599200
(
8
,
Dummy
(
'g'
,
date
(
2034
,
2
,
5
))),
# 1073599200
(
9
,
Dummy
(
'h'
,
datetime
(
2034
,
2
,
5
,
15
,
17
,
5
))),
# (1073600117UTC
)
(
9
,
Dummy
(
'h'
,
datetime
(
2034
,
2
,
5
,
15
,
20
,
5
))),
# (varies
)
(
10
,
Dummy
(
'i'
,
datetime
(
2034
,
2
,
5
,
10
,
17
,
5
,
(
10
,
Dummy
(
'i'
,
datetime
(
2034
,
2
,
5
,
10
,
17
,
5
,
tzinfo
=
Eastern
))),
# 1073600117
tzinfo
=
Eastern
))),
# 1073600117
)
)
self
.
_index
=
DateIndex
(
'date'
)
self
.
_index
=
DateIndex
(
'date'
)
self
.
_noop_req
=
{
'bar'
:
123
}
self
.
_noop_req
=
{
'bar'
:
123
}
...
...
Write
Preview
Markdown
is supported
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