Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Product-Core
New issue 131 by
[hidden email]: MetacelloBrowser: MBInfo DNU
#validateGray
http://code.google.com/p/metacello/issues/detail?id=131What steps will reproduce the problem?
1. Run the tests
2. Watch two tests fail with errors
MBInfo includes #validationIcon
which eventually will execute:
^ self perform: #validateGray
But MBInfo does not implement #validateGray
(OBMorphicIcons does)
I suspect MBInfo>>#validationIcon deprecated
as its only sender is MBInfoTest>>#testValidationIcon
and MBInfo>>#validationIconSymbol seems to provide
similar functionality and is used outside the tests, too.