Revision 34899 branches/v2_0_0_prep/libraries/libFMap_geometries/src-test/org/gvsig/fmap/geom/primitive/CurveTest.java

View differences:

CurveTest.java
91 91
	}
92 92
	
93 93
	public void testCreateCurve2DZ() throws InstantiationException, IllegalAccessException, CreateGeometryException{
94
		Curve curve = (Curve)manager.create(TYPES.CURVE, SUBTYPES.GEOM2DZ);
94
		Curve curve = (Curve)manager.create(TYPES.CURVE, SUBTYPES.GEOM3D);
95 95
		GeneralPathX generalPathX = new GeneralPathX();
96 96
		generalPathX.moveTo(0, 0);
97 97
		generalPathX.lineTo(1, 1);

Also available in: Unified diff