Re: Assert.Equals(obj,obj) fails with decimal parameters
- From: "Patrice" <nobody@xxxxxxxxxxx>
- Date: Tue, 6 Dec 2005 11:03:37 +0100
Make sure you are not running in Release mode....
--
"DPD" <DPD@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message de
news:CC8FA0C6-4C74-46A3-85C6-19BD7880CDF7@xxxxxxxxxxxxxxxx
> I've a problem with VS 2005 TS (Trial). When testing and using
> Assert.Equals(obj,obj) with decimal parameters, the VS desn't perform the
> test correctly.
>
> This code should fail:
>
> decimal expected = 100;
> decimal test = 101;
> Assert.Equals(expected,test);
>
> But it does not...
>
> Does anybody have the same problem or is this bug just in my installation
of
> VS.NET 2005 Team Suite Trial?
.
- Prev by Date: RE: Express & Pro Installed on Same Machine
- Next by Date: Re: Express & Pro Installed on Same Machine
- Previous by thread: RE: Express & Pro Installed on Same Machine
- Next by thread: VS2003 falling apart
- Index(es):
Relevant Pages
|