DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37152>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37152 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-02 14:41 ------- Here is another, more radical approach. I checked again the test cases that make use of this resources.jar and came to the following result: From configuration's point of view it does not matter whether a configuration file is loaded from a jar or elsewhere from the class path. In both cases it is simply dealt with a URL (which of course looks different). So what we test here is not in the first line our implementation, but the Java runtime's ability to handle different types of URLs transparently. The affected test cases do not contribute to the code coverage of our test suite. So IMHO we could simply remove these tests, thus getting rid of the faked dependency at all. Other opinions? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
