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
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>predicate</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -94,12 +94,13 @@ return testSimulationMovement(context)\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>predicate</string>
<string>testSimulationMovement</string>
<string>context</string>
</tuple>
......
......@@ -74,7 +74,7 @@ return testSimulationMovement(context)\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>predicate</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -94,12 +94,13 @@ return testSimulationMovement(context)\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>predicate</string>
<string>testSimulationMovement</string>
<string>context</string>
</tuple>
......
243
\ No newline at end of file
244
\ 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