Jan. 21, 2011
12:27 p.m.
Updates: Cc: renggli Comment #2 on issue 3470 by marianopeck: [Failing Tests] OBKeyBindingsTest http://code.google.com/p/pharo/issues/detail?id=3470 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