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