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