Emmanuel Bourg wrote:
Oliver Heger a écrit :

The new dependencies again cause the build under JDK 1.3 to fail because of a wrong class version.

Are these additional dependencies really necessary? Okay, they are used for testing only, but maybe it would be good to keep the length of our dependency list (at least somewhat) limited.

Got caught again, sorry. I'll fix that.

I don't mind adding test dependencies if it improves our coverage, but it's becoming more difficult to find external libraries still working with Java 1.3 :(

Emmanuel Bourg

In this special case I doubt that a full blown web container is needed for achieving a good code coverage. We only have to ensure that the expected methods are called on the URLConnection. This could be done for instance with a mock URLStreamHandler implementation.

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to