[Checkins] SVN: megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt Fixed a test.

Kevin Gill kevin at movieextras.ie
Sat Jul 4 12:29:07 EDT 2009


Log message for revision 101549:
  Fixed a test.
  

Changed:
  U   megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt

-=-
Modified: megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt
===================================================================
--- megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt	2009-07-04 16:29:00 UTC (rev 101548)
+++ megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt	2009-07-04 16:29:06 UTC (rev 101549)
@@ -1,11 +1,12 @@
 <html>
 <body>
-<span tal:define="foo 'a FOO'" />
+<span tal:define="foo 'a FOO'" >
 ${view.me_do()}
 <span tal:replace="view.me_do()" />
 CSS-URL: ${static['test.css']()}
 My context is: ${view.url(context)}
 ${foo}
 <span tal:replace="foo" />
+</span>
 </body>
 </html>



More information about the Checkins mailing list