[Checkins] SVN: grok/trunk/src/grok/tests/view/before.py test both traversal and python: variants

Wolfgang Schnerring wosc at wosc.de
Mon Oct 16 10:35:18 EDT 2006


Log message for revision 70696:
  test both traversal and python: variants

Changed:
  U   grok/trunk/src/grok/tests/view/before.py

-=-
Modified: grok/trunk/src/grok/tests/view/before.py
===================================================================
--- grok/trunk/src/grok/tests/view/before.py	2006-10-16 14:33:31 UTC (rev 70695)
+++ grok/trunk/src/grok/tests/view/before.py	2006-10-16 14:35:17 UTC (rev 70696)
@@ -20,6 +20,7 @@
   <html>
   <body>
   <h1>red</h1>
+  <h1>red</h1>
   </body>
   </html>
   
@@ -39,6 +40,7 @@
 <html>
 <body>
 <h1 tal:content="view/color"/>
+<h1 tal:content="python: view.color"/>
 </body>
 </html>
 """)



More information about the Checkins mailing list