2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / Microsoft.VisualBasic / ChangeLog
index afb1420a64eb3e89ef290e9dfb01a015fd88656d..55d044e3c99a02d53949aef5d16fc55be883928f 100644 (file)
@@ -1,46 +1,74 @@
+2004-08-04  Jochen Wezel <jwezel@compumaster.de>
+       * StringsTest.cs: reenabled Split and StrComp tests which had been 
+               disabled because of compilation trouble in the past
+       
+2004-06-17  Jambunathan K <kjambunathan@novell.com>
+       * FileSystemTest.cs: A few more test cases from Rob Tillie 
+       <Rob.Tillie@Student.tUL.EDU>
+
+2004-05-15 Anirban Bhattacharjee <banirban@novell.com>
+       * FinancialTest.cs: Tests for Financial class
+
+2004-04-26     Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * DateAndTimeTest.cs:
+               Allow some slack for rounding differences on test #TI02
+
+2004-01-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * 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 <rafaelteixeirabr@hotmail.com>
        * Added FileSystemTest.cs:
                Initial tests for FileSystem.Dir function
-       * moved sources and this Changelog to correct namespace directory\r
-\r
-2003-12-29  Jochen Wezel <jwezel@compumaster.de>\r
-\r
-       * Updated StringsTest.cs\r
-\r
-2003-12-10  Jochen Wezel <jwezel@compumaster.de>\r
-\r
-       * Added StringsTest.cs (needs further work on)\r
-\r
-2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>\r
-       * CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs\r
-         Inherited from Assertion and removed \r
-         Assertion. prefix from assertions\r
-\r
-2003-04-17  Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * makefile.gnu: get the nunit dll from class/lib now.\r
-       * DateAndTimeTest.cs: Ignore test that hangs mono.\r
-\r
-2003-04-15  Nick Drochak <ndrochak@gol.com>\r
-\r
-       * Microsoft.VisualBasic_test.build: use nunit version 2\r
-\r
-2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>\r
-       * Credited myself in CollectionTest.cs, \r
-         ConversionTest.cs and DateAndTimeTest.cs\r
-\r
-2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>\r
-       * Added makefile.gnu\r
-       * Added microsoftvisualbasic_test.args\r
-       * Removed AllTests.cs not need for NUnit 2.0\r
-       * Updated CollectionTest.cs, ConversionTest.cs and\r
-         DateAndTimeTest.cs to NUnit 2.0\r
-\r
-2002-10-28  Nick Drochak <ndrochak@gol.com>\r
-\r
-       * DateAndTimeTest.cs: Make tests pass on Windows with .NET\r
-\r
-2002-10-23  Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * DateAndTimeTest.cs: Try to set the culture for these tests and see\r
-       if that helps.  All but one works on my machine.\r
+       * moved sources and this Changelog to correct namespace directory
+
+2003-12-29  Jochen Wezel <jwezel@compumaster.de>
+
+       * Updated StringsTest.cs
+
+2003-12-10  Jochen Wezel <jwezel@compumaster.de>
+
+       * Added StringsTest.cs (needs further work on)
+
+2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
+       * CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs
+         Inherited from Assertion and removed 
+         Assertion. prefix from assertions
+
+2003-04-17  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile.gnu: get the nunit dll from class/lib now.
+       * DateAndTimeTest.cs: Ignore test that hangs mono.
+
+2003-04-15  Nick Drochak <ndrochak@gol.com>
+
+       * Microsoft.VisualBasic_test.build: use nunit version 2
+
+2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>
+       * Credited myself in CollectionTest.cs, 
+         ConversionTest.cs and DateAndTimeTest.cs
+
+2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>
+       * 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 <ndrochak@gol.com>
+
+       * DateAndTimeTest.cs: Make tests pass on Windows with .NET
+
+2002-10-23  Nick Drochak  <ndrochak@gol.com>
+
+       * DateAndTimeTest.cs: Try to set the culture for these tests and see
+       if that helps.  All but one works on my machine.