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