]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2956. Merged left out merges from r2799 to trunk.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 20 Feb 2011 19:08:15 +0000 (19:08 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 20 Feb 2011 19:08:15 +0000 (19:08 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8365 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/tests/regression/trac_bugs.php

index 71aae3d34331d3b30aafb54ed2d303ed261cfb81..6f98c67bd29e6dd9ad20b8a734778c89dd9c1b0f 100644 (file)
@@ -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);