Skip to content

Commit

Permalink
Replaced a testing dependency on zope.app.authentication with zope.pa…
Browse files Browse the repository at this point in the history
…ssword
  • Loading branch information
menesis committed Jan 20, 2012
1 parent 3c3f558 commit 2110389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -11,6 +11,8 @@ Zope 3.3/ZODB 3.7.
- Fix the extent catalog's `searchResults` method to work when using a
local uid source.

- Replaced a testing dependency on zope.app.authentication with zope.password.

1.5 (2010-10-19)
----------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -69,7 +69,6 @@ def read(*rnames):
test=[
'zope.intid',
'zope.keyreference',
'zope.login',
'zope.securitypolicy',
'zope.testbrowser',
'zope.testing',
Expand All @@ -79,8 +78,9 @@ def read(*rnames):
'zope.browsermenu',
],
test_browser=[
'zope.login',
'zope.password',
'zope.app.appsetup',
'zope.app.authentication',
'zope.app.catalog',
'zope.app.server',
'zope.app.testing',
Expand Down
2 changes: 1 addition & 1 deletion src/zc/catalog/browser/ftesting.zcml
Expand Up @@ -6,12 +6,12 @@
>

<include package="zope.app.zcmlfiles" />
<include package="zope.app.authentication" />
<include package="zope.app.server" />
<include package="zope.keyreference" />
<include package="zope.intid" />
<include package="zope.app.catalog" />
<include package="zope.login" />
<include package="zope.password" />

<include package="zc.catalog" />
<include package="zc.catalog.browser" />
Expand Down

0 comments on commit 2110389

Please sign in to comment.