Thanks everybody. There is a fix in the inbox. See http://code.google.com/p/pharo/issues/detail?id=1338 for details. On Mon, Oct 19, 2009 at 2:57 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
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