[BUG][FIX] TestRunner incorrectly includes abstract TestCase subclasses

Brent Pinkney pinkney_b at aircom.co.za
Sun Jul 27 12:26:39 UTC 2003


"Change Set:		TestRunnerOmitAbstractTestCases-brp
Date:				27 July 2003
Author:			Brent Pinkney

When TestRunner opens or the REFRESH button is clicked, the list of test cases is calculated.

However the TestRunner conciders all subclasses of TestCase as valid test cases. It should ignore all abstract TestCase subclasses.

This change excludes all subclasses of TestCase which answer true to #isAbstract.

Tested on:
OS:		Windows 2000
VM:		3.5.1 from 21 June 21 2003
Image:	3.6beta latest changest: 5373


- Brent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestRunnerOmitAbstractTestCases-brp.1.cs.gz
Type: application/x-gzip
Size: 687 bytes
Desc: TestRunnerOmitAbstractTestCases-brp.1.cs.gz
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030727/f5bce997/TestRunnerOmitAbstractTestCases-brp.1.cs.bin


More information about the Squeak-dev mailing list