DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24472>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24472 [configuration][PATCH]Load from URLs and union configuration ------- Additional Comments From [EMAIL PROTECTED] 2003-11-11 14:58 ------- Eric, you are right I am working on Linux. Well, this time the bug seems to be in the unit test. The test in TestConfigurationUtils line 116 is implemented in a platform dependent manner. This should be fixed if you remove it and add instead the following lines at the end of the method: assertEquals(absFile.toURL(), ConfigurationUtils.getURL(absFile.getParent(), "config.xml")); This should be the portable version of the test: getURL() is called with an absolute base path. I'm sorry! Shame on me! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
