[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/tests/path.pt Updated tests to new Python expression behavior with regards to the pipe operator.

Malthe Borch mborch at gmail.com
Mon Jul 11 14:26:16 EDT 2011


Log message for revision 122145:
  Updated tests to new Python expression behavior with regards to the pipe operator.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/tests/path.pt

-=-
Modified: z3c.pt/trunk/src/z3c/pt/tests/path.pt
===================================================================
--- z3c.pt/trunk/src/z3c/pt/tests/path.pt	2011-07-11 16:52:28 UTC (rev 122144)
+++ z3c.pt/trunk/src/z3c/pt/tests/path.pt	2011-07-11 18:26:15 UTC (rev 122145)
@@ -1,4 +1,5 @@
-<div tal:define="editor options/editor"
-     tal:condition="python: path('nocall:here/%s_wysiwyg_support|here/%s/wysiwyg_support|here/portal_skins/plone_wysiwyg/wysiwyg_support' % (editor, editor))">
+<div tal:define="editor options/editor;
+                 support python: path('nocall:here/%s_wysiwyg_support|here/%s/wysiwyg_support|here/portal_skins/plone_wysiwyg/wysiwyg_support' % (editor, editor))"
+     tal:condition="support">
   WYSWIWYG supported.
 </div>



More information about the checkins mailing list