Disable 'unsaved form warning' on accounting functional tests as well

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34995 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f9007d26
...@@ -13,7 +13,24 @@ ...@@ -13,7 +13,24 @@
<key> <string>_Access_contents_information_Permission</string> </key> <key> <string>_Access_contents_information_Permission</string> </key>
<value> <value>
<tuple> <tuple>
<string>Auditor</string> <string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Delete_objects_Permission</string> </key>
<value>
<tuple>
<string>Manager</string> <string>Manager</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
...@@ -32,7 +49,6 @@ ...@@ -32,7 +49,6 @@
<key> <string>_View_Permission</string> </key> <key> <string>_View_Permission</string> </key>
<value> <value>
<tuple> <tuple>
<string>Auditor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
...@@ -111,6 +127,14 @@ ...@@ -111,6 +127,14 @@
<key> <string>preferred_date_order</string> </key> <key> <string>preferred_date_order</string> </key>
<value> <string>ymd</string> </value> <value> <string>ymd</string> </value>
</item> </item>
<item>
<key> <string>preferred_html_style_access_tab</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>preferred_html_style_acknowledgeable_message</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>preferred_html_style_contextual_help</string> </key> <key> <string>preferred_html_style_contextual_help</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
...@@ -123,6 +147,10 @@ ...@@ -123,6 +147,10 @@
<key> <string>preferred_html_style_translator_mode</string> </key> <key> <string>preferred_html_style_translator_mode</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>preferred_html_style_unsaved_form_warning</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>preferred_listbox_list_mode_line_count</string> </key> <key> <string>preferred_listbox_list_mode_line_count</string> </key>
<value> <int>10</int> </value> <value> <int>10</int> </value>
...@@ -131,6 +159,16 @@ ...@@ -131,6 +159,16 @@
<key> <string>preferred_listbox_view_mode_line_count</string> </key> <key> <string>preferred_listbox_view_mode_line_count</string> </key>
<value> <int>20</int> </value> <value> <int>20</int> </value>
</item> </item>
<item>
<key> <string>preferred_max_user_inactivity_duration</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>preferred_medium_image_height</string> </key>
<value> <int>480</int> </value>
</item>
<item> <item>
<key> <string>preferred_report_format</string> </key> <key> <string>preferred_report_format</string> </key>
<value> <value>
...@@ -158,25 +196,13 @@ ...@@ -158,25 +196,13 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="Length" module="BTrees.Length"/>
<tuple>
<string>BTrees.Length</string>
<string>Length</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <int>0</int> </pickle> <pickle> <int>0</int> </pickle>
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <global name="OOBTree" module="BTrees._OOBTree"/>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<none/> <none/>
...@@ -184,13 +210,7 @@ ...@@ -184,13 +210,7 @@
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="4" aka="AAAAAAAAAAQ=">
<pickle> <pickle>
<tuple> <global name="OOBTree" module="BTrees._OOBTree"/>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<none/> <none/>
......
156 157
\ No newline at end of file \ 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