* SqlXmlTest.cs: Available only in 2.0 and above
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlTypes / ChangeLog
1 2008-12-22  Veerapuram Varadhan  <vvaradhan@novell.com>
2
3         * SqlXmlTest.cs:  Available only in 2.0 and above
4         
5 2008-12-21  Veerapuram Varadhan  <vvaradhan@novell.com>
6
7         * SqlXmlTest.cs:  Tests for SqlXml type.  New addition.
8         
9 2008-06-12  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * SqlBooleanTest.cs : oops, was running wrong test harness. Fixed it.
12
13 2008-06-12  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * SqlBooleanTest.cs : added test for comparison with Null.
16
17 2007-10-01  Veerapuram Varadhan  <vvaradhan@novell.com>
18
19         * SqlCharsTest.cs (Read_*, Write_*): Tests for Newly implemented
20         Read and Write APIs.
21
22         * SqlBytesTest.cs (Read_*, Write_*): Ditto.
23         
24 2007-09-27  Veerapuram Varadhan  <vvaradhan@novell.com>
25
26         * SqlStringTest.cs (ReadWriteXmlTest): Change the root node of the
27         test xml from <SqlString> to <string>
28
29         * SqlCharsTest.cs (ReadWriteXmlTest): Ditto.
30         
31 2007-09-25  Veerapuram Varadhan  <vvaradhan@novell.com>
32
33         * SqlInt16Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
34         New tests.
35
36         * SqlInt32Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
37         New tests.
38
39         * SqlInt64Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
40         New tests.
41
42         * SqlChars.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
43         New tests.
44
45         * SqlDecimal.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
46         New tests.
47
48         * SqlDouble.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
49         New tests.
50
51         * SqlString.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
52         New tests.
53
54 2007-06-21  Nagappan A  <anagappan@novell.com>
55
56         * SqlBooleanTest.cs (EqualityOperator): Fixed compiler warnings.
57         (InequalityOperator): Fixed compiler warnings.
58
59 2007-05-04  Raja R Harinath  <rharinath@novell.com>
60
61         * SqlDateTimeTest.cs (TicksRoundTrip, EffingBilisecond): New tests.
62
63 2007-03-09  Nagappan A  <anagappan@novell.com>
64
65         * SqlBooleanTest.cs (GetXsdTypeTest, GreaterThanTest)
66         (GreaterThanOrEqualTest, LessThanEqualTest, LessThanOrEqualTest):
67         Added new tests.
68
69         * SqlBinaryTest.cs (GetXsdTypeTest): Added new test.
70
71         * SqlByteTest.cs (GetXsdTypeTest): Added new test.
72
73         * SqlBytesTest.cs (GetXsdTypeTest): Added new test.
74
75         * SqlDateTimeTest.cs (GetXsdTypeTest): Added new test.
76
77         * SqlDecimalTest.cs (GetXsdTypeTest): Added new test.
78
79         * SqlGuidTest.cs (GetXsdTypeTest): Added new test.
80
81         * SqlInt16Test.cs (GetXsdTypeTest): Added new test.
82
83         * SqlInt32Test.cs (GetXsdTypeTest): Added new test.
84
85         * SqlInt64Test.cs (GetXsdTypeTest): Added new test.
86
87         * SqlMoneyTest.cs (GetXsdTypeTest): Added new test.
88
89         * SqlSingleTest.cs (GetXsdTypeTest): Added new test.
90
91         * SqlStringTest.cs (GetXsdTypeTest): Added new test.
92
93 2007-02-09  Nagappan A  <anagappan@novell.com>
94
95         * SqlBytesTest.cs: Added new tests
96
97         * SqlCharsTest.cs: Added new tests
98
99 2006-07-19  Senganal T  <tsenganal@novell.com>
100
101         * SqlDecimalTest.cs :
102                 - ArithmeticOperators, ConvertPrecToScale,
103                 ArithmeticMethods, LessThanOrEqualOperators :
104                         Removed for NotWorking Category and added more tests
105         Thanks to Harish Kumar Singh for the patch
106
107 2006-02-03  Senganal T  <tsenganal@novell.com>
108
109         * SqlStringTest.cs : Removed NotWorking attribute for testcases fixed
110
111 2005-08-25  Sureshkumar T  <tsureshkumar@novell.com>
112
113         * SqlDecimalTest.cs: use Assert rather than derive from Assertion.
114         * SqlBooleanTest.cs: use Assert rather than derive from Assertion.
115         * SqlInt32Test.cs: use Assert rather than derive from Assertion.
116         * SqlInt16Test.cs: use Assert rather than derive from Assertion.
117         * SqlSingleTest.cs: use Assert rather than derive from Assertion.
118         * SqlByteTest.cs: use Assert rather than derive from Assertion.
119         * SqlInt64Test.cs: use Assert rather than derive from Assertion.
120         * SqlStringTest.cs: use Assert rather than derive from Assertion.
121         * SqlMoneyTest.cs: use Assert rather than derive from Assertion.
122         * SqlDoubleTest.cs: use Assert rather than derive from Assertion.
123
124 2005-01-19  Atsushi Enomoto <atsushi@ximian.com>
125
126         * SqlGuidTest.cs : missing run-test-ondotnet fix.
127
128 2004-11-25  Marek Safar  <marek.safar@seznam.cz>
129
130         * SqlDecimalTest.cs: Hide constant behind variable to avoid
131         compiler check.
132
133 2004-07-20 Umadevi S <sumadevi@novell.com>
134         * SqlInt16Test.cs,SqlInt32Test.cs, SqlInt64Test.cs - added testcase for Modulus method (.NET            2.0)
135
136 2004-07-14 Umadevi S <sumadevi@novell.com>
137         * SqlStringTest.cs - Added testcase for Add method (.NET2.0)
138
139 2004-06-10 Umadevi S <sumadevi@novell.com>
140         * SqlGuidTest.cs - corrected the CompareTo method
141
142 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
143
144         * SqlDecimalTest.cs : Don't use unreliable SqlDecimal to test
145           Truncate(). Just use decimal.
146
147 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
148
149         * SqlDecimalTest.cs :
150           Don't catch all kind of exception. That hides the exact error info.
151           Don't use ToSqlString() in AdjustScale() test (to make which is
152           wrong).
153           MS.NET's ToSqlInt32() is buggy; no worth following the behavior.
154           Added test for parsing "999999..." (SqlDecimal.MaxValue).
155
156 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
157
158         * SqlDateTimeTest.cs : ToStringTest() is locale dependent.
159
160 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
161
162         * SqlStringTest.cs : Removed locale-dependent test.
163         * SqlDecimalTest.cs : Removed runtime-dependent test.
164
165 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
166
167         * All files except SqlGuidTest.cs: Now works fine on ms.net 1.1
168         
169 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
170
171         * SqlStringTest.cs: exception tests to nunit2
172         
173 2003-06-02  Ville Palo <vi64pa@kolumbus.fi>
174
175         * SqlStringTest.cs: added one exception test. And some exception tests
176         to nunit2
177         
178 2003-06-01  Ville Palo <vi64pa@kolumbus.fi>
179
180         * SqlStringTest.cs: one exception test to nunit2
181         
182 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
183         * All tests inherits from Assertion and Assertion. prefixes removed
184
185 2002-11-08  Nick Drochak <ndrochak@gol.com>
186
187         * SqlSingleTest.cs : Remove debug statement that was breaking the build