Oct. 19, 2009
4:57 p.m.
Hi adrian: I run all Pharo core tests in a Windows box and I get only one failure and 18 expected failures :) The only failure is HostWindowTests>>testOne. The assert with problem is: self shouldnt: [ hwindow open ] raise: Error. And the error raised is 'My subclass should have overridden #defaultWindowType' This is because in DisplayHostWindow>>open windowProxy is a HostWindowProxy and this class, the implementation of defaultWindowType is: defaultWindowType "set up my attributes to be a default window - a titlebar, usual decorations etc" ^self subclassResponsibility I opened a bug ticket: http://code.google.com/p/pharo/issues/detail?id=1338 Best, Mariano