[Checkins] SVN: five.grok/trunk/ Upgrade to latest Zope 2 and adjust a test which was probably only working because of a bug in Zope 2

Martin Aspeli optilude at gmx.net
Wed Jun 16 12:38:19 EDT 2010


Log message for revision 113565:
  Upgrade to latest Zope 2 and adjust a test which was probably only working because of a bug in Zope 2

Changed:
  U   five.grok/trunk/buildout.cfg
  U   five.grok/trunk/src/five/grok/ftests/view/resource.py

-=-
Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2010-06-16 16:23:09 UTC (rev 113564)
+++ five.grok/trunk/buildout.cfg	2010-06-16 16:38:19 UTC (rev 113565)
@@ -5,7 +5,7 @@
     test
 extensions = buildout.dumppickedversions
 develop = .
-extends = http://download.zope.org/Zope2/index/2.12.3/versions.cfg
+extends = http://download.zope.org/Zope2/index/2.12.7/versions.cfg
 versions = versions
 
 [versions]
@@ -19,7 +19,7 @@
 grokcore.viewlet = 1.4.1
 five.localsitemanager = 2.0.3
 martian = 0.11.2
-Zope2 = 2.12.3
+Zope2 = 2.12.7
 
 # This is needed in order to set up the mkzopeinstance script
 [zope2]

Modified: five.grok/trunk/src/five/grok/ftests/view/resource.py
===================================================================
--- five.grok/trunk/src/five/grok/ftests/view/resource.py	2010-06-16 16:23:09 UTC (rev 113564)
+++ five.grok/trunk/src/five/grok/ftests/view/resource.py	2010-06-16 16:38:19 UTC (rev 113565)
@@ -21,7 +21,7 @@
   >>> print browser.contents
   <tal:test>This template should be considered as a file.</tal:test>
   >>> print browser.headers['content-type']
-  text/plain; charset=iso-8859-15
+  text/html; charset=iso-8859-15
 
   Set a content, and ask the view on it. In a view, you should be able
   to get the resource URL:



More information about the checkins mailing list