From d509067759660170030ae9d20897fee17fa4d163 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Mon, 15 Dec 2014 17:24:49 +0100 Subject: [PATCH] updating strategies to use for no-upscale, #61 --- webroot/test/test_option-no-upscale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/test/test_option-no-upscale.php b/webroot/test/test_option-no-upscale.php index cc691f7..e355cff 100644 --- a/webroot/test/test_option-no-upscale.php +++ b/webroot/test/test_option-no-upscale.php @@ -22,7 +22,7 @@ $images = array( // For each image, apply these testcases -$nc = "&nc"; //null; //&nc'; +$nc = null; //"&nc"; //null; //&nc'; $testcase = array( $nc . '&w=600', $nc . '&w=600&no-upscale',