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