2004-01-24 Rafael Teixeira * FileSystemTest.cs: Correcting expected exception type in TestDir to match MS' behaviour * CollectionTest.cs Correcting expected exception type in Exception #E19 to match MS' behaviour * DateAndTimeTest.cs: Correcting expected WeekDay values for many asserts to match MS' behaviour Correcting expected exception type in DateValue "#DV03" to match MS' behaviour WeekdayName Test assumed FirstDayOfWeek.System to always be the same, but it is user configurable, test with FirstDayOfWeek.Monday instead TimeValue Test wrongly wanted to receive the parsed time as happening today, instead it comes in day 1/1/1 (timescale-zero) 2004-01-21 Rafael Teixeira * Added FileSystemTest.cs: Initial tests for FileSystem.Dir function * moved sources and this Changelog to correct namespace directory 2003-12-29 Jochen Wezel * Updated StringsTest.cs 2003-12-10 Jochen Wezel * Added StringsTest.cs (needs further work on) 2003-05-13 Martin Willemoes Hansen * CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs Inherited from Assertion and removed Assertion. prefix from assertions 2003-04-17 Nick Drochak * makefile.gnu: get the nunit dll from class/lib now. * DateAndTimeTest.cs: Ignore test that hangs mono. 2003-04-15 Nick Drochak * Microsoft.VisualBasic_test.build: use nunit version 2 2003-03-13 Martin Willemoes Hansen * Credited myself in CollectionTest.cs, ConversionTest.cs and DateAndTimeTest.cs 2003-03-12 Martin Willemoes Hansen * Added makefile.gnu * Added microsoftvisualbasic_test.args * Removed AllTests.cs not need for NUnit 2.0 * Updated CollectionTest.cs, ConversionTest.cs and DateAndTimeTest.cs to NUnit 2.0 2002-10-28 Nick Drochak * DateAndTimeTest.cs: Make tests pass on Windows with .NET 2002-10-23 Nick Drochak * DateAndTimeTest.cs: Try to set the culture for these tests and see if that helps. All but one works on my machine.