Copy from 72246 to trunk
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlTypes / ChangeLog
1 2007-02-09  Nagappan A  <anagappan@novell.com>
2
3         * SqlBytesTest.cs: Added new tests
4
5         * SqlCharsTest.cs: Added new tests
6
7 2006-07-19  Senganal T  <tsenganal@novell.com>
8
9         * SqlDecimalTest.cs :
10                 - ArithmeticOperators, ConvertPrecToScale,
11                 ArithmeticMethods, LessThanOrEqualOperators :
12                         Removed for NotWorking Category and added more tests
13         Thanks to Harish Kumar Singh for the patch
14
15 2006-02-03  Senganal T  <tsenganal@novell.com>
16
17         * SqlStringTest.cs : Removed NotWorking attribute for testcases fixed
18
19 2005-08-25  Sureshkumar T  <tsureshkumar@novell.com>
20
21         * SqlDecimalTest.cs: use Assert rather than derive from Assertion.
22         * SqlBooleanTest.cs: use Assert rather than derive from Assertion.
23         * SqlInt32Test.cs: use Assert rather than derive from Assertion.
24         * SqlInt16Test.cs: use Assert rather than derive from Assertion.
25         * SqlSingleTest.cs: use Assert rather than derive from Assertion.
26         * SqlByteTest.cs: use Assert rather than derive from Assertion.
27         * SqlInt64Test.cs: use Assert rather than derive from Assertion.
28         * SqlStringTest.cs: use Assert rather than derive from Assertion.
29         * SqlMoneyTest.cs: use Assert rather than derive from Assertion.
30         * SqlDoubleTest.cs: use Assert rather than derive from Assertion.
31
32 2005-01-19  Atsushi Enomoto <atsushi@ximian.com>
33
34         * SqlGuidTest.cs : missing run-test-ondotnet fix.
35
36 2004-11-25  Marek Safar  <marek.safar@seznam.cz>
37
38         * SqlDecimalTest.cs: Hide constant behind variable to avoid
39         compiler check.
40
41 2004-07-20 Umadevi S <sumadevi@novell.com>
42         * SqlInt16Test.cs,SqlInt32Test.cs, SqlInt64Test.cs - added testcase for Modulus method (.NET            2.0)
43
44 2004-07-14 Umadevi S <sumadevi@novell.com>
45         * SqlStringTest.cs - Added testcase for Add method (.NET2.0)
46
47 2004-06-10 Umadevi S <sumadevi@novell.com>
48         * SqlGuidTest.cs - corrected the CompareTo method
49
50 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
51
52         * SqlDecimalTest.cs : Don't use unreliable SqlDecimal to test
53           Truncate(). Just use decimal.
54
55 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
56
57         * SqlDecimalTest.cs :
58           Don't catch all kind of exception. That hides the exact error info.
59           Don't use ToSqlString() in AdjustScale() test (to make which is
60           wrong).
61           MS.NET's ToSqlInt32() is buggy; no worth following the behavior.
62           Added test for parsing "999999..." (SqlDecimal.MaxValue).
63
64 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
65
66         * SqlDateTimeTest.cs : ToStringTest() is locale dependent.
67
68 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
69
70         * SqlStringTest.cs : Removed locale-dependent test.
71         * SqlDecimalTest.cs : Removed runtime-dependent test.
72
73 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
74
75         * All files except SqlGuidTest.cs: Now works fine on ms.net 1.1
76         
77 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
78
79         * SqlStringTest.cs: exception tests to nunit2
80         
81 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
82
83         * SqlStringTest.cs: added one exception test. And some exception tests
84         to nunit2
85         
86 2003-06-01  Ville Palo <vi64pa@kolumbus.fi>
87
88         * SqlStringTest.cs: one exception test to nunit2
89         
90 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
91         * All tests inherits from Assertion and Assertion. prefixes removed
92
93 2002-11-08  Nick Drochak <ndrochak@gol.com>
94
95         * SqlSingleTest.cs : Remove debug statement that was breaking the build