2004-04-26 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / Microsoft.VisualBasic / ChangeLog
1 2004-04-26      Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
2         * DateAndTimeTest.cs:
3                 Allow some slack for rounding differences on test #TI02
4 \r
5 2004-01-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
6         * FileSystemTest.cs:
7                 Correcting expected exception type in TestDir to match MS' behaviour
8         * CollectionTest.cs
9                 Correcting expected exception type in Exception #E19 to match MS' behaviour
10         * DateAndTimeTest.cs:
11                 Correcting expected WeekDay values for many asserts to match MS' behaviour
12                 Correcting expected exception type in DateValue "#DV03" to match MS' behaviour
13                 WeekdayName Test assumed FirstDayOfWeek.System to always be the same, but it is user configurable, 
14                         test with FirstDayOfWeek.Monday instead
15                 TimeValue Test wrongly wanted to receive the parsed time as happening today, 
16                         instead it comes in day 1/1/1 (timescale-zero)
17                 
18 2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
19         * Added FileSystemTest.cs:
20                 Initial tests for FileSystem.Dir function
21         * moved sources and this Changelog to correct namespace directory
22
23 2003-12-29  Jochen Wezel <jwezel@compumaster.de>
24
25         * Updated StringsTest.cs
26
27 2003-12-10  Jochen Wezel <jwezel@compumaster.de>
28
29         * Added StringsTest.cs (needs further work on)
30
31 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
32         * CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs
33           Inherited from Assertion and removed 
34           Assertion. prefix from assertions
35
36 2003-04-17  Nick Drochak  <ndrochak@gol.com>
37
38         * makefile.gnu: get the nunit dll from class/lib now.
39         * DateAndTimeTest.cs: Ignore test that hangs mono.
40
41 2003-04-15  Nick Drochak <ndrochak@gol.com>
42
43         * Microsoft.VisualBasic_test.build: use nunit version 2
44
45 2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>
46         * Credited myself in CollectionTest.cs, 
47           ConversionTest.cs and DateAndTimeTest.cs
48
49 2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>
50         * Added makefile.gnu
51         * Added microsoftvisualbasic_test.args
52         * Removed AllTests.cs not need for NUnit 2.0
53         * Updated CollectionTest.cs, ConversionTest.cs and
54           DateAndTimeTest.cs to NUnit 2.0
55
56 2002-10-28  Nick Drochak <ndrochak@gol.com>
57
58         * DateAndTimeTest.cs: Make tests pass on Windows with .NET
59
60 2002-10-23  Nick Drochak  <ndrochak@gol.com>
61
62         * DateAndTimeTest.cs: Try to set the culture for these tests and see
63         if that helps.  All but one works on my machine.