[Checkins] SVN: zope.app.zptpage/trunk/s zope.login needed to make the tests work.

Martijn Faassen faassen at startifact.com
Mon Jan 4 17:15:19 EST 2010


Log message for revision 107667:
  zope.login needed to make the tests work.
  

Changed:
  U   zope.app.zptpage/trunk/setup.py
  U   zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml

-=-
Modified: zope.app.zptpage/trunk/setup.py
===================================================================
--- zope.app.zptpage/trunk/setup.py	2010-01-04 22:12:51 UTC (rev 107666)
+++ zope.app.zptpage/trunk/setup.py	2010-01-04 22:15:19 UTC (rev 107667)
@@ -75,6 +75,7 @@
     extras_require=dict(test=['zope.app.testing',
                               'zope.app.securitypolicy',
                               'zope.app.zcmlfiles',
+                              'zope.login',
                               # The tests expect a spec-compliant TAL
                               # interpreter as found in zope.tal 3.5.0:
                               'zope.tal >= 3.5.0',

Modified: zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml
===================================================================
--- zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml	2010-01-04 22:12:51 UTC (rev 107666)
+++ zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml	2010-01-04 22:15:19 UTC (rev 107667)
@@ -13,6 +13,7 @@
   <include package="zope.app.authentication" />
   <include package="zope.formlib" />
   <include package="zope.app.zptpage"/>
+  <include package="zope.login" />
 
   <include package="zope.app.securitypolicy" />
 



More information about the checkins mailing list