Hi Lukas. I was checking the 4 failing tests in Pharo 1.2: http://code.google.com/p/pharo/issues/detail?id=3470
The problem seems related to the changes with the SmalltalkEditor/ParagraphEditor and friends. The tests fails because the instVar "message" is nil, because nobody call OBKeyBindingsTest >> browseIt: aSelector
nor its friends. This was called in Pharo 1.1 from OBTextMorphEditor� because it was a subclass of ParagraphEditor.
Now, I have no idea how to make it work in Pharo 1.2
Cheers
mariano