Commit 73837498 authored by Jérome Perrin's avatar Jérome Perrin

predicate scripts now take predicate as first argument

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27311 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e04ee56
...@@ -74,7 +74,7 @@ return testSimulationMovement(context)\n ...@@ -74,7 +74,7 @@ return testSimulationMovement(context)\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>predicate</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -94,12 +94,13 @@ return testSimulationMovement(context)\n ...@@ -94,12 +94,13 @@ return testSimulationMovement(context)\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>predicate</string>
<string>testSimulationMovement</string> <string>testSimulationMovement</string>
<string>context</string> <string>context</string>
</tuple> </tuple>
......
...@@ -74,7 +74,7 @@ return testSimulationMovement(context)\n ...@@ -74,7 +74,7 @@ return testSimulationMovement(context)\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>predicate</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -94,12 +94,13 @@ return testSimulationMovement(context)\n ...@@ -94,12 +94,13 @@ return testSimulationMovement(context)\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>predicate</string>
<string>testSimulationMovement</string> <string>testSimulationMovement</string>
<string>context</string> <string>context</string>
</tuple> </tuple>
......
243 244
\ 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