Skip to content

Commit

Permalink
renamed the ref test to pimage-get-and-place.pde so that it matches t…
Browse files Browse the repository at this point in the history
…he other pimage tests

removed the println statement in the test
added test to the "tests.js" list
  • Loading branch information
Edward Loveall committed Dec 1, 2011
1 parent d0e0028 commit 3c51d91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions test/ref/tests.js
Expand Up @@ -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"] },
Expand Down

0 comments on commit 3c51d91

Please sign in to comment.