2004-01-24 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Sat, 24 Jan 2004 03:55:32 +0000 (03:55 -0000)
committerRafael Teixeira <monoman@gmail.com>
Sat, 24 Jan 2004 03:55:32 +0000 (03:55 -0000)
commit3704c6c65290e751afb073f05762c3c9e82fab71
treea8a738c1d61e55924716e1ba2034e5b7443cf07d
parentf5b8fd9d1a2e4f6c1ef9aa376e1727a577f25d38
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)

svn path=/trunk/mcs/; revision=22461
mcs/class/Microsoft.VisualBasic/Test/Microsoft.VisualBasic/ChangeLog
mcs/class/Microsoft.VisualBasic/Test/Microsoft.VisualBasic/CollectionTest.cs
mcs/class/Microsoft.VisualBasic/Test/Microsoft.VisualBasic/DateAndTimeTest.cs
mcs/class/Microsoft.VisualBasic/Test/Microsoft.VisualBasic/FileSystemTest.cs
mcs/class/Microsoft.VisualBasic/Test/Microsoft.VisualBasic/StringsTest.cs