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=14151>. 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=14151 TestMap.tearDown() should throw Exception Summary: TestMap.tearDown() should throw Exception Product: Commons Version: 2.1 Final Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Collections AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] TestMap.tearDown() overrides TestCase.tearDown(). The original method throws an Exception, however the redeclared method doesn't. This means that methods which override TestMap.tearDown() cannot throw an Exception. In my case, I'm creating and removing a test database in the setUp() and tearDown() so an Exception could easily be thrown. I realise that TestMap isn't part of Collections' public API, however I thought I'd mention this in case other people want to reuse your excellent testing code. -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
