[Checkins] SVN: zope.app.fssync/branches/py26-compat/ - commit current changes. tests still fail

Alex Chapman achapman at zope.com
Tue Apr 13 17:51:22 EDT 2010


Log message for revision 110832:
   - commit current changes. tests still fail
  

Changed:
  U   zope.app.fssync/branches/py26-compat/buildout.cfg
  U   zope.app.fssync/branches/py26-compat/src/zope/app/fssync/ftesting.zcml

-=-
Modified: zope.app.fssync/branches/py26-compat/buildout.cfg
===================================================================
--- zope.app.fssync/branches/py26-compat/buildout.cfg	2010-04-13 21:42:53 UTC (rev 110831)
+++ zope.app.fssync/branches/py26-compat/buildout.cfg	2010-04-13 21:51:22 UTC (rev 110832)
@@ -1,15 +1,14 @@
 [buildout]
-develop = .
+develop = . zope.fssync
 parts = demo test zsync zsync-demo-server
 index = http://pypi.python.org/simple
-extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
 versions = versions
-allow-picked-versions = false
 use-dependency-links = false
 
 [versions]
 paramiko = 1.7.4
 pycrypto = 2.0.1
+zope.fssync = 3.5.2dev
 
 [zope3]
 location = .

Modified: zope.app.fssync/branches/py26-compat/src/zope/app/fssync/ftesting.zcml
===================================================================
--- zope.app.fssync/branches/py26-compat/src/zope/app/fssync/ftesting.zcml	2010-04-13 21:42:53 UTC (rev 110831)
+++ zope.app.fssync/branches/py26-compat/src/zope/app/fssync/ftesting.zcml	2010-04-13 21:51:22 UTC (rev 110832)
@@ -7,7 +7,7 @@
   <!-- This file is the equivalent of site.zcml and it is -->
   <!-- used for functional testing setup -->
 
-  <include package="zope.app.securitypolicy" file="meta.zcml" />
+  <include package="zope.app.securitypolicy" file="ftesting.zcml" />
 
   <include package="zope.app.zcmlfiles" />
   <include package="zope.app.authentication" />
@@ -49,7 +49,6 @@
                   role="zope.Anonymous" />
 
   <grantAll role="zope.Manager" />
-  <include package="zope.app.securitypolicy.tests" file="functional.zcml" />
 
   <!-- Principals -->
 



More information about the checkins mailing list