[Mono-list] Patch for DataTime.cs
Gonzalo Paniagua Javier
gonzalo@ximian.com
27 Feb 2003 20:04:49 +0100
El jue, 27 de 02 de 2003 a las 19:36, Elan Feingold escribió:
> > Can you add your tests to mcs/class/corlib/Test/....?
>
> As soon as I can figure out how to run the test system, I'd be happy to.
> Can you point a newbie like me at a web page or something to look at?
> 8-)
There's a NUnitGuideLines in mcs/class/doc. Running corlib tests is just
a matter of doing 'make -f makefile.gnu testcorlib' in mcs directory or,
if you want to run a single test, go to mcs/class/corlib/Test and run
'./run-test.sh System.DateTimeTest'
>
> > What does patch 3 do? I mean, can you please write a few lines à la
> > ChangeLog style?
>
> Is the above what you're looking for? If not, let me know.
Yes. I'll let Alan Tam take care of these patches.
-Gonzalo