Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 588 by alexandr...(a)gmail.com: Commands, Easel and ViewRenderer
http://code.google.com/p/moose-technology/issues/detail?id=588
The following tests is yellow:
testCommandsInEaselAndViewRenderer
| view easel |
view := MOViewRenderer new.
easel := MOEasel new.
self assert: view userCommands size = easel userCommands
I need to work on it