This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlTypes / ChangeLog
1 2004-06-10 Umadevi S <sumadevi@novell.com>
2         * SqlGuidTest.cs - corrected the CompareTo method
3
4 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
5
6         * SqlDecimalTest.cs : Don't use unreliable SqlDecimal to test
7           Truncate(). Just use decimal.
8
9 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
10
11         * SqlDecimalTest.cs :
12           Don't catch all kind of exception. That hides the exact error info.
13           Don't use ToSqlString() in AdjustScale() test (to make which is
14           wrong).
15           MS.NET's ToSqlInt32() is buggy; no worth following the behavior.
16           Added test for parsing "999999..." (SqlDecimal.MaxValue).
17
18 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
19
20         * SqlDateTimeTest.cs : ToStringTest() is locale dependent.
21
22 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
23
24         * SqlStringTest.cs : Removed locale-dependent test.
25         * SqlDecimalTest.cs : Removed runtime-dependent test.
26
27 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
28
29         * All files except SqlGuidTest.cs: Now works fine on ms.net 1.1
30         
31 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
32
33         * SqlStringTest.cs: exception tests to nunit2
34         
35 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
36
37         * SqlStringTest.cs: added one exception test. And some exception tests
38         to nunit2
39         
40 2003-06-01  Ville Palo <vi64pa@kolumbus.fi>
41
42         * SqlStringTest.cs: one exception test to nunit2
43         
44 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
45         * All tests inherits from Assertion and Assertion. prefixes removed
46
47 2002-11-08  Nick Drochak <ndrochak@gol.com>
48
49         * SqlSingleTest.cs : Remove debug statement that was breaking the build