Issue 131 in metacello: MetacelloBrowser: MBInfo DNU #validateGray

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 131 in metacello: MetacelloBrowser: MBInfo DNU #validateGray

metacello
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=131

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.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 131 in metacello: MetacelloBrowser: MBInfo DNU #validateGray

metacello
Updates:
        Labels: -Product-Core Product-Browser

Comment #1 on issue 131 by [hidden email]: MetacelloBrowser: MBInfo DNU  
#validateGray
http://code.google.com/p/metacello/issues/detail?id=131

(No comment was entered for this change.)