Skip to content

Commit

Permalink
Fixed test setup and tests to run with current versions of the requir…
Browse files Browse the repository at this point in the history
…ed packages.
  • Loading branch information
Michael Howitz committed Jun 23, 2010
1 parent 35640d0 commit 9893889
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ CHANGES
0.6.1 (unreleased)
------------------

- ...
- Fixed test setup and tests to run with current versions of the
required packages.


0.6.0 (2009-12-01)
------------------

- adjust dependencies, skip dependency on zope.app.publisher and zope.app.http
and reflect changes in zope packages

- Adjusted dependencies, skiped dependency on `zope.app.publisher` and
`zope.app.http` and reflected changes in Zope packages.


0.5.3 (2009-07-24)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def read(*rnames):
'zope.security',
'zope.securitypolicy',
'zope.testing',
'z3c.form [test]'
],
),
install_requires = [
Expand Down
3 changes: 1 addition & 2 deletions src/z3c/layer/ready2go/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,7 @@ Let's now render the page. Note the output doesn't contain the layout template:
name="form" id="form">
<div class="viewspace">
<div class="required-info">
<span class="required">*</span>
&ndash; required
<span class="required">*</span>&ndash; required
</div>
<div>
<div id="form-widgets-name-row" class="row">
Expand Down
1 change: 1 addition & 0 deletions src/z3c/layer/ready2go/ftesting.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<include package="zope.session" />
<include package="zope.site" />
<include package="zope.traversing" />
<include package="zope.i18n" />


<!-- z3c component -->
Expand Down

0 comments on commit 9893889

Please sign in to comment.