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