From 542a961fc5a956ad9ef753fb2276c5ca7bb619ec Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 20 Feb 2011 19:08:15 +0000 Subject: Refs #2956. Merged left out merges from r2799 to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@8365 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/regression/trac_bugs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/tests/regression') 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); -- cgit v1.2.3