X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Ftest%2Fsimpletests.lisp;h=b68cc1ae13ef5bd8706929f688bad849aa4e2bbd;hp=22b2d196ee8c8c160446cc4a17c642768657b626;hb=1d54233;hpb=3528ea770bf54e0174976c48b64e036355b71601 diff --git a/src/test/simpletests.lisp b/src/test/simpletests.lisp index 22b2d19..b68cc1a 100644 --- a/src/test/simpletests.lisp +++ b/src/test/simpletests.lisp @@ -166,6 +166,12 @@ (defreportertestwithsetup "one-of 3" "crt 10" "one-of turtles" "(turtle 5)" "A056ED8BF26A69FB4437E79F263E362C27F8820E") +(defreportertestwithsetup "one-of / of" "crt 10" "[ color ] of one-of turtles" "65" + "A056ED8BF26A69FB4437E79F263E362C27F8820E") + +(defsimplecommandtest "one-of / ask" "crt 10 ask one-of turtles [ fd 1 ]" + "40106C3853F3870AAE37F232353115968A3A02F6") + (defsimplecommandtest "color 1" "crt 10 ask turtles [ set color green ]" "20943094E2C70D5A12AC6EEB29E8E9E2D21BD87D")