On Mon, Jul 27, 2009 at 5:29 PM, Torsten Bergmann <astares@gmx.de> wrote:
Solutions I see: ...
For the second time: Why not use the #isAbstract trick I proposed on [1]? This makes the unit test an abstract one on non-mac platforms and is the simplest thing that could possibly work ...
I don't know if this is the approach I like most. I mean, is correct a class to be abstract depending on the platform? If this is true, ok, I like your solution heheh. If that is not correct, What about doing this: HostSystemMenusTest class>>expectedFailures SmalltalkImage current platformName = 'Mac OS' ifFalse:[ ^#(#testXXX #testYYY)]. ]. ^#() Best, Mariano
Bye Torsten
[1] http://lists.gforge.inria.fr/pipermail/pharo-project/2009-June/009640.html -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project