[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/directives.txt Remove two bogus tests that don't test anything significant (a view template's

Philipp von Weitershausen philikon at philikon.de
Fri Jul 27 19:41:03 EDT 2007


Log message for revision 78400:
  Remove two bogus tests that don't test anything significant (a view template's
  meta_type)...
  

Changed:
  U   Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/directives.txt

-=-
Modified: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/directives.txt
===================================================================
--- Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/directives.txt	2007-07-27 23:14:33 UTC (rev 78399)
+++ Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/directives.txt	2007-07-27 23:41:03 UTC (rev 78400)
@@ -130,8 +130,6 @@
   <Products.Five.viewlet.manager.<ViewletManager providing ILeftColumn> object ...>
   >>> ILeftColumn.providedBy(manager)
   True
-  >>> manager.template.meta_type
-  'Page Template (File)'
   >>> manager.update()
   >>> print manager.render().strip()
   <div class="column">
@@ -164,8 +162,6 @@
    <class 'Products.Five.viewlet.manager.ViewletManagerBase'>)
   >>> ILeftColumn.providedBy(manager)
   True
-  >>> manager.template.meta_type
-  'Page Template (File)'
   >>> manager.update()
   >>> print manager.render().strip()
   <div class="column">



More information about the Zope-Checkins mailing list