[Checkins] SVN: five.grok/trunk/src/five/grok/ftests/view/index.py Add a failing test.

Sylvain Viollon sylvain at infrae.com
Tue Sep 15 09:43:24 EDT 2009


Log message for revision 104079:
  Add a failing test.
  
  

Changed:
  U   five.grok/trunk/src/five/grok/ftests/view/index.py

-=-
Modified: five.grok/trunk/src/five/grok/ftests/view/index.py
===================================================================
--- five.grok/trunk/src/five/grok/ftests/view/index.py	2009-09-15 13:43:24 UTC (rev 104078)
+++ five.grok/trunk/src/five/grok/ftests/view/index.py	2009-09-15 13:43:24 UTC (rev 104079)
@@ -12,8 +12,9 @@
   <html>
   <body>
   <h1>Hello, world!</h1>
-  <span>Blue</span>
-  <span>Blue</span>
+  Color: <span>Blue</span>
+  Color: <span>Blue</span>
+  URL: <span>http://localhost/manfred/index</span>
   </body>
   </html>
 
@@ -30,8 +31,9 @@
 <html>
 <body>
 <h1>Hello, world!</h1>
-<span tal:content="python:context.teeth">green</span>
-<span tal:content="context/teeth">green</span>
+Color: <span tal:content="python:context.teeth">green</span>
+Color: <span tal:content="context/teeth">green</span>
+URL: <span tal:content="view/url">url</span>
 </body>
 </html>
 """)



More information about the checkins mailing list