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