On Thu, Oct 05, 2006 at 07:38:07PM -0700, Chris Muller wrote: > - I then loaded the Exupery from SqueakMap and reran the tests. Same two > failed. Ah, I need CommandShell and GraphViz loaded! > - So I loaded CommandShell to try making those other tests pass. (When > it reached that test it gave a bunch of errors saying it was going to stdout > (looked like a mixed Unix/Windows filename), oh well).
GraphViz makes use of OSProcess/CommandShell on Unix systems. On Windows, it just reads and writes temporary files and does not require OSProcess/CommandShell. Perhaps you are looking at some test cases that were written on a Unix (or OS X) system but may not run on Windows. Dave _______________________________________________ Exupery mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/exupery
