Wrong data being used. Now use correct data.
This commit is contained in:
parent
47f79cf091
commit
af5c63a905
@ -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))'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user