[Mono-list] Unit test for System.IO.Path fails

Miguel de Icaza miguel@ximian.com
29 Oct 2001 21:02:35 -0500


On Mon, 2001-10-29 at 15:30, Jim Richardson wrote:
> 
> > Jim,
> >
> > I am working my way through all the unit tests that fail or have errors.
> > On my Windows XP machine there are three tests that fail for
> > System.IO.Path.  Here's the output from NUnit:
> >
> 
> Jeez, louise!! I go off and a tangent for a couple of week and ya'll change
> everything. Where do I get the contents of the nant direcory? It apparently
> isn't in CVS cuz here is my update script:
> 
> cvs -z3 update mcs mono gtk-sharp

Try:

cvs -z3 update -dP mcs mono gtk-sharp

The flags `-dP' after update are used to tell update to look for new
directories (retard, I know).

Miguel