Change Notes item #460809, was opened at 2001-09-11 22:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=460809&group_id=22866 Category: None Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: David Jencks (d_jencks) Assigned to: Nobody/Anonymous (nobody) Summary: Naming convention change for tests Initial Comment: I've renamed the junit testcases to *UnitTestCase.java for short running tests and *StressTestCase.java for long running tests and created tests-unit and tests-stress targets in the (testsuite) build.xml. Altering the includes conditions in the test targets means only real tests will get run -- no more trying to run every class with Test at the beginning or end of its name as a test even though its an ejb! Now you can get a quick check (about 5 minutes) of your changes before committing! I have not actually fixed any broken tests. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=460809&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
