Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0003489 |
[Squeak] SUnit |
minor |
always |
04-21-06 03:18 |
04-24-06 09:38 |
|
Reporter |
black |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
3.9 |
|
Summary |
0003489: ClassTestCase >> selectorsTested misses "special" methods. |
Description |
This bug is in category Tests-Utilities, but Mantis does not have such a category.
The method ClassTestCase >> selectorsTested computes the sent messages in a test incorrectly. It looks in the literals array, and so misses the 32 "special message selectors". The correct code is both shorter and simpler. See the attached fileout.
This bug is also present in 3.8 |
Additional Information |
|
|
Attached Files |
ClassTestCase.st [^] (267 bytes) 04-21-06 03:18 |
|