diff --git a/test/ref/pimage_get_and_place.pde b/test/ref/pimage-get-and-place.pde similarity index 99% rename from test/ref/pimage_get_and_place.pde rename to test/ref/pimage-get-and-place.pde index fa7097ec8..e1c360c8a 100644 --- a/test/ref/pimage_get_and_place.pde +++ b/test/ref/pimage-get-and-place.pde @@ -13,7 +13,6 @@ void draw() { greenSquare.pixels[i] = color(0,255,0); } - println(color(0,255,0)); image(greenSquare, 0, 0); PImage blueSquare = createImage(50, 50, ARGB); diff --git a/test/ref/tests.js b/test/ref/tests.js index 9a621d1fb..f82b4caa9 100644 --- a/test/ref/tests.js +++ b/test/ref/tests.js @@ -31,6 +31,7 @@ var tests = [ { path: "rounding.pde", tags: ["2D", "Crisp"] }, { path: "pimage-get.pde", tags: ["2D", "Color Profile"] }, { path: "pimage-get0.pde", tags: ["2D", "Color Profile"] }, + { path: "pimage-get-and-place.pde", tags: ["2D", "Color Profile"] }, { path: "pimage-fromImageData.pde", tags: ["2D"] }, { path: "pimage-mask.pde", tags: ["2D"] }, { path: "pimage-pgraphics-mask.pde", tags: ["2D"] },