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