Re: [Geotools-devel] Prevent silent failures of online tests

2008-08-17 Thread Jody Garnett
We need to talk to the project steering committee on this one (in tomorrows IRC meeting?) since we are talking about changing the build system. I am way on a training course and cannot attend ... can you either attend; or we can start up a vote on email here. The reason for the connection() not

Re: [Geotools-devel] Prevent silent failures of online tests

2008-08-17 Thread Ben Caradoc-Davies
Jody Garnett wrote: > Ben can you write up something sane and we can review the proposal in > tomorrows IRC meeting? Either a Jira as you propose; Jody, I have created a patch and attached it to this Jira issue: http://jira.codehaus.org/browse/GEOT-1951 Please let me know if this is enough. > o

[Geotools-devel] [jira] Created: (GEOT-1951) Prevent silent failures of online tests

2008-08-17 Thread Ben Caradoc-Davies (JIRA)
Prevent silent failures of online tests --- Key: GEOT-1951 URL: http://jira.codehaus.org/browse/GEOT-1951 Project: GeoTools Issue Type: Bug Affects Versions: 2.4.5 Reporter: Ben Caradoc-Dav

Re: [Geotools-devel] Prevent silent failures of online tests

2008-08-17 Thread Jody Garnett
Ben can you write up something sane and we can review the proposal in tomorrows IRC meeting? Either a Jira as you propose; or a policy change for the developers guide if you want all supported modules to behave in the same way. Cory Horner started looking at this issue before he left Refraction

[Geotools-devel] geotools 2.2.x arcgrid failure

2008-08-17 Thread Jody Garnett
Hi Jesse; Are you building 2.2.x with tests enabled? I am running into a failure; seems to be based on producing WKT for DefaultGeographicCRS. The toString() for the CRS shows up as the following: > LOCAL_CS["Generic cartesian 2D", > LOCAL_DATUM["Unknow", 0], > UNIT["m", 1.0], > AXIS["x", E

[Geotools-devel] Prevent silent failures of online tests

2008-08-17 Thread Ben Caradoc-Davies
I am writing some unit tests that use OnlineTestCase, the online test fixture infrastructure. OnlineTestCase provides two services: (1) configuration of online test fixtures using files in the user home directory, and (2) silencing of test fixtures whose connect() method fails. Service (1) is go