Prims - Implement patches, pcolor, set
[clnl] / src / test / simpletests.lisp
index f4d6368f62097d7f3578a93be53319c220260d1e..0c571e890a66b2f0a60c33a899cd894e8a1dcf9b 100644 (file)
 
 (defreportertestwithsetup "ticks 1" "reset-ticks tick tick" "ticks" "2"
  "E1DE30F072D785E0D0B59F28B0F7853E3D3E0D8B")
+
+(defreportertestwithsetup "of / who 1" "crt 10" "[ who ] of turtles" "[5 9 4 3 7 0 1 2 6 8]"
+ "3F39BD2D8D5A1B2333E6C0DB665DBE3DCD5A75CE")
+
+(defreportertestwithsetup "set / pcolor" "ask patches [ set pcolor green ]" "[ pcolor ] of patches"
+ "[55 55 55 55 55 55 55 55 55]"
+ "3E246C518581E004BC65EFB074A09BA2EEBB2910")