Skip to content

Commit

Permalink
add debug to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Feb 28, 2024
1 parent 95cf0d2 commit aff20de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ImageCrop.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="image" {
}

public void function testImage() localmode="true"{
debug(server);

systemOutput(server,1,1);
ImageCrop(image,10,10,100,100);
}
}
Expand Down

0 comments on commit aff20de

Please sign in to comment.