Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope-container
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
Boxiang Sun
zope-container
Commits
e4df5069
Commit
e4df5069
authored
Nov 01, 2007
by
Stephan Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reactivate some functional tests.
parent
8e634409
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
5 deletions
+8
-5
CHANGES.txt
CHANGES.txt
+5
-0
setup.py
setup.py
+1
-1
src/zope/app/container/browser/ftests/__init__.py
src/zope/app/container/browser/ftests/__init__.py
+0
-2
src/zope/app/container/browser/tests/configure.zcml
src/zope/app/container/browser/tests/configure.zcml
+1
-1
src/zope/app/container/browser/tests/index.txt
src/zope/app/container/browser/tests/index.txt
+0
-0
src/zope/app/container/browser/tests/test_contents_functional.py
...e/app/container/browser/tests/test_contents_functional.py
+0
-0
src/zope/app/container/ftesting.zcml
src/zope/app/container/ftesting.zcml
+1
-1
No files found.
CHANGES.txt
View file @
e4df5069
...
...
@@ -2,6 +2,11 @@
CHANGES
=======
3.5.2 (2007-11-01)
------------------
- Reactivated functional tests.
3.5.1 (2007-10-31)
------------------
...
...
setup.py
View file @
e4df5069
...
...
@@ -22,7 +22,7 @@ def read(*rnames):
return
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
*
rnames
)).
read
()
setup
(
name
=
'zope.app.container'
,
version
=
'3.
6.0
'
,
version
=
'3.
5.2
'
,
author
=
'Zope Corporation and Contributors'
,
author_email
=
'zope3-dev@zope.org'
,
description
=
'Zope Container'
,
...
...
src/zope/app/container/browser/ftests/__init__.py
deleted
100644 → 0
View file @
8e634409
#
# This file is necessary to make this directory a package.
src/zope/app/container/browser/
f
tests/configure.zcml
→
src/zope/app/container/browser/tests/configure.zcml
View file @
e4df5069
...
...
@@ -2,7 +2,7 @@
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser">
<class class=".test_contents.ReadOnlyContainer">
<class class=".test_contents
_functional
.ReadOnlyContainer">
<require
permission="zope.ManageContent"
interface="zope.app.container.interfaces.IReadContainer"
...
...
src/zope/app/container/browser/
f
tests/index.txt
→
src/zope/app/container/browser/tests/index.txt
View file @
e4df5069
File moved
src/zope/app/container/browser/
ftests/test_contents
.py
→
src/zope/app/container/browser/
tests/test_contents_functional
.py
View file @
e4df5069
File moved
src/zope/app/container/ftesting.zcml
View file @
e4df5069
...
...
@@ -8,7 +8,7 @@
<!-- used for functional testing setup -->
<include package="zope.app.zcmlfiles" />
<include package="zope.app.container.browser.
f
tests" />
<include package="zope.app.container.browser.tests" />
<include package="zope.app.file"/>
<include package="zope.app.authentication" />
...
...
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