Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jan 5, 2010
1 parent 80f06ce commit a0e1f38
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -47,7 +47,7 @@
import org.gdms.sql.function.spatial.geometry.operators.GeomUnion;
import org.gdms.sql.function.spatial.geometry.operators.Intersection;
import org.gdms.sql.function.spatial.geometry.operators.SymDifference;
import org.gdms.sql.function.spatial.geometry.properties.ConvexHull;
import org.gdms.sql.function.spatial.geometry.properties.ST_ConvexHull;
import org.gdms.sql.strategies.IncompatibleTypesException;

public class OperatorsTest extends FunctionTest {
Expand Down Expand Up @@ -226,7 +226,7 @@ public void testSymDifference() throws Exception {


public void testConvexHull() throws Exception {
Function function = new ConvexHull();
Function function = new ST_ConvexHull();

// Test null input
Value res = evaluate(function, new ColumnValue(Type.GEOMETRY,
Expand Down

0 comments on commit a0e1f38

Please sign in to comment.