in reply to Re: Re: Test::Unit and PPM
in thread Test::Unit and PPM

t\try_examples....FAILED tests 1-4

Read the source for that test. Its expected to fail on Win32. Try 'nmake install' again. (It seems like you jumped straight to 'nmake install' without doing 'nmake' and 'nmake test' first, so it tried to do all three at once and failed at the test)

Replies are listed 'Best First'.
Re: Re: Re: Re: Test::Unit and PPM
by newbie_pel_writer (Initiate) on Dec 14, 2002 at 01:22 UTC
    Sorry, there is a typo in my previos reply to you. Instead of 'nmake install' it must be 'nmake test'. There was result of 'nmake test', I didn't run 'nmake install' yet.