From af5c63a905569dfe33ad01cea8a5fc9da333e288 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 22 Aug 2011 21:08:06 +0530 Subject: [PATCH] Wrong data being used. Now use correct data. --- test/classes/gis/PMA_GIS_Multilinestring_test.php | 6 +++--- 1 file 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 b385debf7c..d7b813224c 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))'