From: SourceForge.net <no...@so...> - 2007-04-03 02:20:03
|
Bugs item #1673686, was opened at 2007-03-04 15:17 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377768&aid=1673686&group_id=23187 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Barrie Treloar (barrie) Assigned to: Nobody/Anonymous (nobody) Summary: XMLTestCase should be abstract (like junit's TestCase) Initial Comment: XMLTestCase should be abstract so any test tools that blindly load any *Test.class file do no try to run junit against XMLTestCase directly. The workaround is to exclude XMLTestCase from the junit test inclusion (assuming the tooling supports this easily) ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-04-02 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Stefan Bodewig (bodewig) Date: 2007-03-19 08:32 Message: Logged In: YES user_id=113148 Originator: NO XMLTestCase in svn HEAD is abstract now and will be in XMLUNit 1.1. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377768&aid=1673686&group_id=23187 |