I am working on getting online database tests set up and runing on
ares/Jenkins.
According to our documentation
<http://docs.geotools.org/latest/userguide/build/maven/testing.html#online-testing>,
any tests requiring an online resurce should end in OnlineTest.java, and
will only run under the "-P online" maven profile.

It turns out that all of our database tests do not follow this naming
convention, and instead derive their name from the jdbc test class which
they extend.

This means that the database tests will run as long as you have the
appropriate database fixture your ~/.geotools directory, completely
independant of the maven "online" profile.

In order to properly support enabling/disabling online tests, it seems like
it will be necessary to append OnlineTest to the name of all tests which
require online resources...

Torben
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to