diff --git a/tests/ImageCrop.cfc b/tests/ImageCrop.cfc index 8bedf3e..7ef9af9 100644 --- a/tests/ImageCrop.cfc +++ b/tests/ImageCrop.cfc @@ -25,7 +25,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="image" { public void function testImage() localmode="true"{ ImageCrop(image,10,10,100,100); - } - + } } \ No newline at end of file diff --git a/tests/LDEV0898.cfc b/tests/LDEV0898.cfc index c3bcca3..02261d8 100644 --- a/tests/LDEV0898.cfc +++ b/tests/LDEV0898.cfc @@ -18,7 +18,7 @@ ---> component extends="org.lucee.cfml.test.LuceeTestCase" labels="image" { - variables.imageDir=GetDirectoryFromPath(GetCurrentTemplatePath())&"image/"; + variables.imageDir=GetDirectoryFromPath(GetCurrentTemplatePath())&"images/"; variables.tmpDir=GetDirectoryFromPath(GetCurrentTemplatePath())&"temp/"; public void function test() { diff --git a/tests/images/image.jpg b/tests/images/image.jpg new file mode 100755 index 0000000..0b88c91 Binary files /dev/null and b/tests/images/image.jpg differ