| ok, in what cases it's prefered the use of AssertEquals above Assert?. | I'looking through the Test files and I found that in most of | them, people have been using | Assert (), and as the HOWTO mention, it's recommended the use of | AssertEquals. That's why I decided to change | them. Do you think it's worth to check the test files and change them? |
To recap what we discussed on IRC; I wouldn't bother "fixing" tests that are not revealing bugs. I would concentrate on either writing new tests for existing classes, or even better: fixing bugs that the tests are currently revealing. I would love to get the NUnit tests down to zero failures, and then come up with some alert system for when a cvs commit breaks the tests. That's my goal, but first things first. Regards, Nick D. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
