Commit c764e493 authored by Nicolas Delaby's avatar Nicolas Delaby

Enhance test_tales_expression field

Proxify it against my_view_mode_tales_expression (It use External Validator to check  Tales expression Syntax)

remove default tales expression of field because assertion that a TALES expression starts always with "python:" is wrong.
parent 7b21a960
......@@ -10,7 +10,6 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>default</string>
<string>title</string>
</list>
</value>
......@@ -53,12 +52,6 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -71,10 +64,6 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -82,13 +71,9 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_view_mode_tales_expression</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......@@ -108,17 +93,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [\'python: True\',here.getTestTalesExpression()][str(here.getTestTalesExpression()).startswith(\'python\')]</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
40954
\ No newline at end of file
40955
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment