Description
(From a discussion on the user mailing list <http://mail-archives.apache.org/mod_mbox/shale-user/200608.mbox/%3c4291B4B1A74DA74B8EB4F69433515F85068D2369@usahm233.amer.corp.eds.com%3e>)
In JUnit 3.8.1, the TestCase base class declares "throws Exception" in its method signatures for setUp() and tearDown(), but this is not the case on AbstractJsfTestCase. Should be added for consistency.