Skip to content

Commit

Permalink
Removing centroid from tests since there is no centroid standard to w…
Browse files Browse the repository at this point in the history
…hich to conform
  • Loading branch information
phayes committed Feb 25, 2012
1 parent cb1f689 commit 82cc4d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ function test_methods($geometry) {

$methods = array(
//'boundary', //@@TODO: Uncomment this and fix errors
'envelope', //@@TODO: Testing reveales errors in this method
'envelope', //@@TODO: Testing reveales errors in this method -- POINT vs. POLYGON
'getBBox',
'centroid',
'x',
'y',
'startPoint',
Expand Down

0 comments on commit 82cc4d1

Please sign in to comment.