Skip to content

Commit

Permalink
Merge pull request #61 from zopefoundation/zope-40b4
Browse files Browse the repository at this point in the history
Test with Zope 4.0b4.
  • Loading branch information
mauritsvanrees committed May 1, 2018
2 parents 5cdc2a2 + cba0544 commit f75c0de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
1.10.1 (unreleased)
-------------------

- Fixed tests with ``Products.ZCatalog 4.1``. [maurits]

- When ``metadata.xml`` parsing fails, show the filename in the ``ExpatError``.
Fixes `Plone issue 2303 <https://github.com/plone/Products.CMFPlone/issues/2303>`_.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
_DATE_XML = """\
<index name="foo_date" meta_type="DateIndex">
<property name="index_naive_time_as_local">True</property>
<property name="precision">1</property>
</index>
"""

Expand Down
1 change: 1 addition & 0 deletions Products/GenericSetup/ZCatalog/tests/test_exportimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class _extra:
</object>
%s <index name="foo_date" meta_type="DateIndex">
<property name="index_naive_time_as_local">True</property>
<property name="precision">1</property>
</index>
<index name="foo_daterange" meta_type="DateRangeIndex" since_field="bar"
until_field="baz"/>
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[buildout]
extends = https://zopefoundation.github.io/Zope/releases/4.0a6/versions-prod.cfg
extends = https://zopefoundation.github.io/Zope/releases/4.0b4/versions-prod.cfg
develop = .
parts =
test
Expand Down

0 comments on commit f75c0de

Please sign in to comment.