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