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