krfkeith / metacello

Automatically exported from code.google.com/p/metacello
0 stars 0 forks source link

MetacelloBrowser: MBInfo DNU #validateGray #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What 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.

Original issue reported on code.google.com by tobiasp...@gmail.com on 15 Apr 2011 at 12:59

GoogleCodeExporter commented 9 years ago

Original comment by henrichs...@gmail.com on 19 Apr 2011 at 9:49