[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-17003-g1fddc18

The branch, master has been updated via 1fddc1891bdef030fc10eb66eaf78eb2a2d42335 (commit) from b768e4de821ee8b1082beedf10124d0a3dab70ef (commit) - Log ----------------------------------------------------------------- commit 1fddc1891bdef030fc10eb66eaf78eb2a2d42335 Author: Madhura Jayaratne <madhura.cj@gmail.com> Date: Wed Aug 24 10:26:47 2011 +0530 more tests for scaleRow function for better test coverage ----------------------------------------------------------------------- Summary of changes: test/classes/gis/PMA_GIS_Multipolygon_test.php | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/test/classes/gis/PMA_GIS_Multipolygon_test.php b/test/classes/gis/PMA_GIS_Multipolygon_test.php index 6e92e86..19a09dc 100644 --- a/test/classes/gis/PMA_GIS_Multipolygon_test.php +++ b/test/classes/gis/PMA_GIS_Multipolygon_test.php @@ -243,6 +243,16 @@ class PMA_GIS_MultipolygonTest extends PMA_GIS_GeomTest 'minY' => 0, 'maxY' => 83 ) + ), + array( + 'MULTIPOLYGON(((35 10,10 20,15 40,45 45,35 10),(20 30,35 32,30 20' + . ',20 30)),((105 0,56 20,78 73,105 0)))', + array( + 'minX' => 10, + 'maxX' => 105, + 'minY' => 0, + 'maxY' => 73 + ) ) ); } hooks/post-receive -- phpMyAdmin
participants (1)
-
Madhura Jayaratne