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))'