I'm doing the System.IO.BinaryReader NUnit test, when i try to compile it, i get the following error from mcs:
$ mcs BinaryReaderTest.cs -r /usr/lib/NUnitCore.dll -target:library
** (process:11847): WARNING **: unhandled exception System.Exception:
"Implement me"
in <0x0007c> (runtime invoke wrapper) Mono.CSharp.Driver:Main
(object,intptr,intptr)
It occours while compiling the atachment, It's my first NUnit test, i
don't know if it's my fail or not.
I tryed to isolate the error and it only appear if the TestCtor2()
method is present, i think the error occour while trying to compile the
try{....}catch(...){....} when a null reference is passed by parameter
to BinaryReader constructor with encoding.
I wish the information is usefull.
and I would like to have advice or tips about the test :)
Thanks for the time and excuseme for my poor english.
--
Eduardo Garcia Cebollero <[EMAIL PROTECTED]>
BinaryReaderTest.cs
Description: Binary data
signature.asc
Description: Esta parte del mensaje esta firmada digitalmente
