aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/regression/trac_bugs.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/tests/regression/trac_bugs.php')
-rw-r--r--engine/tests/regression/trac_bugs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/tests/regression/trac_bugs.php b/engine/tests/regression/trac_bugs.php
index 71aae3d34..6f98c67bd 100644
--- a/engine/tests/regression/trac_bugs.php
+++ b/engine/tests/regression/trac_bugs.php
@@ -103,8 +103,8 @@ class ElggCoreRegressionBugsTest extends ElggCoreUnitTest {
'x2' => 100,
'y2' => 150
);
-
- // should get back the same x/y offset == x1, y1 and an image of 25x25
+
+ // should get back the same x/y offset == x1, y1 and an image of 25x25 because no upscale
$params = get_image_resize_parameters($orig_width, $orig_height, $options);
$this->assertEqual($params['newwidth'], 25);