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