Commit e4df5069 authored by Stephan Richter's avatar Stephan Richter

Reactivate some functional tests.

parent 8e634409
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
CHANGES CHANGES
======= =======
3.5.2 (2007-11-01)
------------------
- Reactivated functional tests.
3.5.1 (2007-10-31) 3.5.1 (2007-10-31)
------------------ ------------------
......
...@@ -22,7 +22,7 @@ def read(*rnames): ...@@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.app.container', setup(name='zope.app.container',
version = '3.6.0', version = '3.5.2',
author='Zope Corporation and Contributors', author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org', author_email='zope3-dev@zope.org',
description='Zope Container', description='Zope Container',
......
#
# This file is necessary to make this directory a package.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
xmlns="http://namespaces.zope.org/zope" xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"> xmlns:browser="http://namespaces.zope.org/browser">
<class class=".test_contents.ReadOnlyContainer"> <class class=".test_contents_functional.ReadOnlyContainer">
<require <require
permission="zope.ManageContent" permission="zope.ManageContent"
interface="zope.app.container.interfaces.IReadContainer" interface="zope.app.container.interfaces.IReadContainer"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<!-- used for functional testing setup --> <!-- used for functional testing setup -->
<include package="zope.app.zcmlfiles" /> <include package="zope.app.zcmlfiles" />
<include package="zope.app.container.browser.ftests" /> <include package="zope.app.container.browser.tests" />
<include package="zope.app.file"/> <include package="zope.app.file"/>
<include package="zope.app.authentication" /> <include package="zope.app.authentication" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment