From: brettp Date: Sun, 20 Feb 2011 19:08:15 +0000 (+0000) Subject: Refs #2956. Merged left out merges from r2799 to trunk. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=542a961fc5a956ad9ef753fb2276c5ca7bb619ec;p=lorea%2Felgg.git 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 --- 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);