X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Ftest%2Fsimpletests.lisp;h=f4ac4f96234459ad7c5000ef9f35d46648bab35a;hp=5b6294f08f9d97d3036417a874efcf0928989e21;hb=008caa39f337b16ba74df818ee374acb3540b09d;hpb=9eef8ecae4fad1e01413807ebc80ae45b5990706 diff --git a/src/test/simpletests.lisp b/src/test/simpletests.lisp index 5b6294f..f4ac4f9 100644 --- a/src/test/simpletests.lisp +++ b/src/test/simpletests.lisp @@ -240,3 +240,13 @@ (defsimplecommandtest "set-default-shapes 1" "crt 10 set-default-shape turtles \"sheep\" crt 10" "F0B80936630E8B597CB1088493E3765B5B4A2137") + +(defreportertestwithsetup "round 1" "crt 10" "[ round random-float 1000 ] of turtles" + "[264 551 807 834 47 117 999 259 87 963]" + "2048ED1C553B0342D5DE1302577394CD09DE88DA") + +(defsimplereportertest "round 2" "round 1.5" "2" + "E1DE30F072D785E0D0B59F28B0F7853E3D3E0D8B") + +(defsimplereportertest "round 3" "round 2.5" "3" + "E1DE30F072D785E0D0B59F28B0F7853E3D3E0D8B")