Commit 2db832d7 authored by Aurel's avatar Aurel

define test method id to Rule_testFalse on root rules

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37417 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a7aff792
...@@ -9,30 +9,6 @@ ...@@ -9,30 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Delete_objects_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>_count</string> </key> <key> <string>_count</string> </key>
<value> <value>
...@@ -89,6 +65,14 @@ ...@@ -89,6 +65,14 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Delivery Root Simulation Rule</string> </value> <value> <string>Delivery Root Simulation Rule</string> </value>
</item> </item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>Rule_testFalse</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>New Default Delivery Root Simulation Rule</string> </value> <value> <string>New Default Delivery Root Simulation Rule</string> </value>
......
...@@ -9,30 +9,6 @@ ...@@ -9,30 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Delete_objects_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>_count</string> </key> <key> <string>_count</string> </key>
<value> <value>
...@@ -89,6 +65,14 @@ ...@@ -89,6 +65,14 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Invoice Root Simulation Rule</string> </value> <value> <string>Invoice Root Simulation Rule</string> </value>
</item> </item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>Rule_testFalse</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>New Default Invoice Root Simulation Rule</string> </value> <value> <string>New Default Invoice Root Simulation Rule</string> </value>
......
136 137
\ 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