[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16730-gaf5c63a

Madhura Jayaratne madhuracj at users.sourceforge.net
Mon Aug 22 17:39:15 CEST 2011


The branch, master has been updated
       via  af5c63a905569dfe33ad01cea8a5fc9da333e288 (commit)
      from  47f79cf0912733a7b713cd549a89cd22d7efce0c (commit)


- Log -----------------------------------------------------------------
commit af5c63a905569dfe33ad01cea8a5fc9da333e288
Author: Madhura Jayaratne <madhura.cj at gmail.com>
Date:   Mon Aug 22 21:08:06 2011 +0530

    Wrong data being used. Now use correct data.

-----------------------------------------------------------------------

Summary of changes:
 test/classes/gis/PMA_GIS_Multilinestring_test.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/classes/gis/PMA_GIS_Multilinestring_test.php b/test/classes/gis/PMA_GIS_Multilinestring_test.php
index b385deb..d7b8132 100644
--- a/test/classes/gis/PMA_GIS_Multilinestring_test.php
+++ b/test/classes/gis/PMA_GIS_Multilinestring_test.php
@@ -108,14 +108,14 @@ class PMA_GIS_MultilinestringTest extends PMA_GIS_GeometryTest
             ),
             // atleast one line should be there
             array(
-                $temp1,
+                $temp2,
                 0,
                 null,
-                'MULTILINESTRING((5.02 8.45,6.14 0.15)))'
+                'MULTILINESTRING((5.02 8.45,6.14 0.15))'
             ),
             // a line should have atleast two points
             array(
-                $temp1,
+                $temp3,
                 0,
                 '0',
                 'MULTILINESTRING((5.02 8.45,6.14 0.15),(1.23 4.25,9.15 0.47))'


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list