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