Howdy,

I'm working on getting mvn -Ponline test to run and pass, and be 
properly configurable.  As a working measure, I have excluded all online 
tests from the build which do not extend "OnlineTestCase".

The victims are:

/extension/brewer/src/test/java/org/geotools/brewer/color/StyleGeneratorOnlineTest.java
/extension/validation/src/test/java/org/geotools/validation/attributes/GazetteerNameValidationOnlineTest.java
/extension/validation/src/test/java/org/geotools/validation/relate/MemoryLeakOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/collection/PostgisFeatureCollectionOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/PostgisAlternateSchemaOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/PostgisDataStoreAPIOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/PostgisDataStoreFactoryOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/PostgisFeatureReaderOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/PostgisFeatureStoreOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/PostgisFeatureWriterOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/PostgisWithoutGeosOnlineTest.java
/plugin/postgis/src/test/java/org/geotools/data/postgis/referencing/PostgisAuthorityFactoryOnlineTest.java
/plugin/wfs/src/test/java/org/geotools/data/wfs/CubewerksOnlineTest.java
/plugin/wfs/src/test/java/org/geotools/data/wfs/DMSolutionOnlineTest.java
/plugin/wfs/src/test/java/org/geotools/data/wfs/GeoServerOnlineTest.java
/plugin/wfs/src/test/java/org/geotools/data/wfs/IonicOnlineTest.java
/plugin/wfs/src/test/java/org/geotools/data/wfs/MapServerOnlineTest.java
/plugin/wfs/src/test/java/org/geotools/data/wfs/MapServerWFSStrategyOnlineTest.java
/plugin/wfs/src/test/java/org/geotools/data/wfs/WFSDataStoreWriteOnlineTest.java
/plugin/wms/src/test/java/org/geotools/data/wms/gce/test/WMSReaderOnlineTest.java
/plugin/wms/src/test/java/org/geotools/data/wms/test/WebMapServerOnlineTest.java
/plugin/wms/src/test/java/org/geotools/data/wms/test/WMS1_0_0_OnlineTest.java
/plugin/wms/src/test/java/org/geotools/data/wms/test/WMS1_1_0_OnlineTest.java
/plugin/wms/src/test/java/org/geotools/data/wms/test/WMS1_1_1_OnlineTest.java
/plugin/wms/src/test/java/org/geotools/data/wms/test/WMS1_3_0_OnlineTest.java
/unsupported/postgis-versioned/src/test/java/org/geotools/data/postgis/SupportTableOnlineTest.java
/unsupported/postgis-versioned/src/test/java/org/geotools/data/postgis/TransparentUnversionedOnlineTest.java
/unsupported/postgis-versioned/src/test/java/org/geotools/data/postgis/TransparentVersionedOnlineTest.java
/unsupported/postgis-versioned/src/test/java/org/geotools/data/postgis/VersiondPostgisDataStoreFactoryOnlineTest.java
/unsupported/postgis-versioned/src/test/java/org/geotools/data/postgis/VersionedOperationsOnlineTest.java
/unsupported/tile/src/test/java/org/geotools/tile/nasa/WorldWindTileStrategyOnlineTest.java

I'm heading home for the day, but will elaborate on what is required to 
bring this back into the build tomorrow.

For about half of these, we simply need to move and rename the fixture 
file, and tweak the existing test to use it.  Things like WFS tests will 
simply need to grab the url of the server they want from the fixture 
file in ~/.geotools/.../x.properties (template will be in 
gt/build/fixtures/...)

Ideally, we will document the contents of these resources so the user 
may set up a mirror locally for testing.

More details:
http://docs.codehaus.org/display/GEOT/5.+7+Testing

Cheers,
Cory.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to