[Zope-Checkins] 
	SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testHTMLTests.py
	Remind myself of yet another test failure
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Sun May 21 20:17:09 EDT 2006
    
    
  
Log message for revision 68226:
  Remind myself of yet another test failure
  
Changed:
  U   Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testHTMLTests.py
-=-
Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testHTMLTests.py
===================================================================
--- Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testHTMLTests.py	2006-05-22 00:14:35 UTC (rev 68225)
+++ Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testHTMLTests.py	2006-05-22 00:17:08 UTC (rev 68226)
@@ -125,6 +125,11 @@
         self.assert_expected(self.folder.t, 'Loop1.html')
 
     def checkFancyLoop(self):
+        # XXX iterator/first/bla is supposed to work for some reason,
+        # even though iterator.first is a method that needs to be
+        # called (and that won't happen when it appears inside a path
+        # expr).  I wonder how this worked in Zope 2.9.  Need to
+        # investigate.
         self.assert_expected(self.folder.t, 'Loop2.html')
 
     def checkGlobalsShadowLocals(self):
    
    
More information about the Zope-Checkins
mailing list