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