Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.M0
-
Fix Version/s: 2.1.M4
-
Component/s: jdbc-oracle plugin
-
Labels:None
Description
There are a number of conformance test cases for the SDO.java utility class. These need to be ported to the geotools codebase.
The downside is that these need a OracleConnection to run - is there a public OracleConnection anywhere? Or will we have to do the oracle.properties test fixture trick.
These tests make sure that SDO encode/decode are non lossy and are correct. They were constructed by hand against the SDO documentation.
-
Hide
- Jspatial.zip
- 01/Oct/04 3:02 PM
- 2.45 MB
- Jody Garnett
-
- .project 0.4 kB
- build/tests/.../jspatial/ConvertTest1.class 3 kB
- build/tests/net/.../jspatial/DataTest.class 4 kB
- build/tests/.../JSpatialTest$1.class 0.9 kB
- build/tests/.../JSpatialTest$2.class 0.6 kB
- build/tests/.../JSpatialTest$3.class 0.6 kB
- build/tests/.../JSpatialTest$4.class 0.6 kB
- build/tests/.../jspatial/JSpatialTest.class 3 kB
- build/tests/.../JTSSpatialTest.class 2 kB
- build/tests/.../OracleTestFixture.class 2 kB
- build/tests/net/.../jspatial/ReadTest1.class 3 kB
- build/tests/net/.../jspatial/ReadTest2.class 4 kB
- build/tests/.../jspatial/WriteTest1.class 4 kB
- build/tests/net/.../sdo/AllTests.class 2 kB
- build/tests/.../sdo/CoordinatesTest$1.class 0.6 kB
- build/tests/.../sdo/CoordinatesTest.class 3 kB
- build/tests/.../sdo/Geometry4DFixture.class 2 kB
- build/tests/.../sdo/Geometry4DToJTS.class 6 kB
- build/tests/.../Geometry4DToJTSTest.class 8 kB
- build/tests/.../GeometryExamplesTest.class 10 kB
- build/tests/.../sdo/GeometryFixture.class 6 kB
- build/tests/.../GeometryToJTS4DTest$1.class 1 kB
- build/tests/.../GeometryToJTS4DTest.class 8 kB
- build/tests/.../sdo/GeometryToJTSTest.class 7 kB
- build/tests/net/.../sdo/JTSSpatial4D.class 1 kB
- build/.../OrdinateArrayToDoubleArrayTest$1.class 0.9 kB
- build/.../OrdinateArrayToDoubleArrayTest.class 3 kB
- build/tests/.../sdo/SpatialCoordinate.class 4 kB
- build/.../SpatialCoordinateAccess.class 5 kB
- build/.../SpatialCoordinateFactory.class 2 kB
-
Activity
Hide
Permalink
Jody Garnett
added a comment -
Original source code w/ test cases and requirements document
Show
Jody Garnett
added a comment - Original source code w/ test cases and requirements document
Show
Jody Garnett
added a comment - Documentation for SDO
Show
Jody Garnett
added a comment - Done - test case can be commented out by those who care
Show
Jody Garnett
added a comment - Finally