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