blog comments 0 del.icio.us bookmarks 0 diggs 0 Google results 0

1.0
PostRank

Bug of the day...

From Ayende @ Blog, 3 months ago, 0 views

Using MbUnit 2.4, this test pass:

Guid g = Guid.Empty;
Assert.AreEqual(Guid.Empty, g);
Assert.AreNotEqual(Guid.Empty, g);

comments

No comments yet.

You must be logged in to add your own comment.