[Checkins] SVN: zope.testbrowser/branches/3.4/ Make the tests pass on the 3.4 branch of zope.testbrowser by pinning

Marius Gedminas marius at pov.lt
Thu Mar 25 12:31:41 EDT 2010


Log message for revision 110182:
  Make the tests pass on the 3.4 branch of zope.testbrowser by pinning
  dependency versions to the Zope 3.4 KGS.
  
  

Changed:
  U   zope.testbrowser/branches/3.4/CHANGES.txt
  U   zope.testbrowser/branches/3.4/buildout.cfg

-=-
Modified: zope.testbrowser/branches/3.4/CHANGES.txt
===================================================================
--- zope.testbrowser/branches/3.4/CHANGES.txt	2010-03-25 16:25:10 UTC (rev 110181)
+++ zope.testbrowser/branches/3.4/CHANGES.txt	2010-03-25 16:31:41 UTC (rev 110182)
@@ -8,6 +8,9 @@
 - Fix test failures due to Content-Disposition header capitalization
   differences.
 
+- Pin dependency versions to Zope 3.4 KGS, because the 3.4 series of
+  zope.testbrowser doesn't work with newer versions of, e.g. zope.component.
+
 3.4.3 (2008-10-13)
 ------------------
 

Modified: zope.testbrowser/branches/3.4/buildout.cfg
===================================================================
--- zope.testbrowser/branches/3.4/buildout.cfg	2010-03-25 16:25:10 UTC (rev 110181)
+++ zope.testbrowser/branches/3.4/buildout.cfg	2010-03-25 16:31:41 UTC (rev 110182)
@@ -2,7 +2,16 @@
 develop = .
 parts = test
 index = http://download.zope.org/zope3.4
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
 
+[versions]
+# we always want the latest of these
+zc.buildout =
+setuptools =
+zope.testing =
+mechanize =
+
 [test]
 recipe = zc.recipe.testrunner
 defaults = ['--tests-pattern', '^f?tests$']



More information about the checkins mailing list