views:

51

answers:

0

Hi All, I am trying to run unit test case in Visual Studio 2008. The test shows valid result(pass/fail) in debug mode, but in release mode it always shows the result as 'passed'. Is there any problem of Assert.AreEqual() method?