Skip to content

Commit

Permalink
Remove test dependency on zope.app.dav.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Apr 13, 2010
1 parent 1e9d1ed commit 76c7e35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def read(*rnames):
test=['zope.app.testing',
'zope.app.securitypolicy',
'zope.app.zcmlfiles>=3.5.4',
'zope.app.dav',
'zope.principalregistry',
'zope.app.applicationcontrol>=3.5.0',
'zope.site',
Expand Down
2 changes: 0 additions & 2 deletions src/zope/app/publication/ftesting.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
<!-- This file is the equivalent of site.zcml and it is -->
<!-- used for functional testing setup -->

<include package="zope.app.dav" file="meta.zcml"/>
<include package="zope.securitypolicy" file="meta.zcml" />

<include package="zope.app.zcmlfiles" />
<include package="zope.app.dav"/>
<include package="zope.app.authentication" />
<include package="zope.app.securitypolicy" />
<include package="zope.login" />
Expand Down
2 changes: 1 addition & 1 deletion src/zope/app/publication/methodnotallowed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ view, HTTP 405 Method Not Allowed response is returned:
... FROG / HTTP/1.1
... """)
HTTP/1.1 405 Method Not Allowed
Allow: DELETE, MKCOL, OPTIONS, PROPFIND, PROPPATCH, PUT
Allow: DELETE, OPTIONS, PUT
Content-Length: 18
<BLANKLINE>
Method Not Allowed
Expand Down

0 comments on commit 76c7e35

Please sign in to comment.