2007-03-16 Andreia Gaita <avidigal@novell.com>
[mono.git] / mcs / class / System.Data / Test / ProviderTests / System.Data.SqlClient / ChangeLog
1 2007-03-16  Andreia Gaita  <avidigal@novell.com>
2
3         * SqlCommandTest.cs: Add OutputParamSizeTest1-4 to test size/value
4         validation exception. 
5
6 2007-03-14  Nagappan A  <anagappan@novell.com>
7
8         * SqlCommandTest.cs (ExecuteScalarTest, ExecuteReaderTest)
9         (ExecuteReaderTest, PrepareTest, TransactionTest): Modified
10         expected exception to NullReferenceException as it has to be
11         thrown in 2.0 profile.
12
13 2007-03-09  Andreia Gaita  <avidigal@novell.com>
14
15         * SqlCommandTest.cs: Add new test to check string parameters with 
16         value = null and size 0. Fixed tests for NET 2.0 (different exceptions
17         thrown)
18
19 2007-03-09  Andreia Gaita  <avidigal@novell.com>
20
21         * SqlCommandTest.cs: Add parameterized stored procedure call tests
22         to ExecuteScalar and ExecuteNonQuery.
23
24 2007-01-08  Nagappan A  <anagappan@novell.com>
25
26         * SqlCommandBuilderTest.cs (GetInsertCommandTest)
27         (GetInsertCommandTestWithExpression, GetUpdateCommandTest): Fixed
28         NET 2.0 based test conditions.
29         (GetUpdateCommandBoolTest): Added new test case.
30         (GetUpdateCommandTest_CheckNonUpdatableColumns): Fixed NET 2.0
31         based test conditions.
32         (GetUpdateCommandBoolTest_CheckNonUpdatableColumns): Added new test
33         case.
34         (GetUpdateDeleteCommandBoolTest_CheckParameters): Added new test
35         case.
36         (GetUpdateCommandDBConcurrencyExceptionTest): Fixed NET 2.0 based
37         test conditions.
38
39         * SqlDataAdapterTest.cs: Commented not working test-cases.
40
41 2006-12-20  Nagappan A  <anagappan@novell.com>
42
43         * SqlDataAdapterTest.cs (SqlDataAdapterInheritTest): Implemented
44         new class to verify protected method of DbDataAdapter.
45         * Fixed existing test-cases to work with 2.0 profile.
46
47 2006-12-05  Nagappan A  <anagappan@novell.com>
48
49         * SqlDataAdapterTest.cs (CreateViewSSPITest): To test create view
50         of SqlClient.
51
52 2006-08-30  Nagappan A  <anagappan@novell.com>
53
54         * SqlConnectionTest.cs: SqlConnection.GetSchema testcases
55
56 2006-05-26  Senganal T  <tsenganal@novell.com>
57
58         * SqlParameterTest.cs : Test if Parameter Type is inferred correctly
59         when Value is null or DBNull. Also, if Type is not explicitly set,
60         test if it is inferred from the value of the parameter evertime the
61         value is set.
62         
63 2006-04-18  Senganal T  <tsenganal@novell.com>
64
65         * SqlConnectionTest.cs :
66                 - OpenTest_1 : test InvalidOperationException is raised if
67                 ConnectionString is empty
68                 - DisposeTest : test nullreference exception is not raised
69
70 2006-04-07  Senganal T  <tsenganal@novell.com>
71
72         * SqlDataAdapterTest,cs :
73                 - Added testcase for #78010
74
75 2006-04-07  Senganal T  <tsenganal@novell.com>
76
77         * SqlCommandBuilderTest.cs :
78                 - Corrected the testcase to check for queries corresponding to
79                 ms.net 2.0
80                 - verify that columns that do not allow nulls are not included
81                 in the null-checks.
82                 - Added testcase to check for DBConcurrencyException for
83                 Delete Command. 
84                 - Check the DataType of the null-check parameters
85
86 2006-03-08  Senganal T  <tsenganal@novell.com>
87
88         * SqlCommandBuilderTest.cs :
89                 - Added testcase to verify UpdateCommand created with AutoIncrement
90                 columns.
91
92 2006-02-13  Senganal T  <tsenganal@novell.com>
93
94         * SqlAdapterTest.cs : Added testcases for verifying FillError Behavior
95
96 2006-02-13  Senganal T  <tsenganal@novell.com>
97
98         * SqlAdapterTest.cs : Added testcases for #77480
99
100 2006-02-10  Senganal T  <tsenganal@novell.com>
101
102         * SqlDataReaderTest.cs : Added more tests to verify Sequential
103         reading of row data.
104
105 2006-02-05  Senganal T  <tsenganal@novell.com>
106
107         * SqlParameterTest.cs : New : Testcase for bug #77410
108
109 2006-01-17  Senganal T  <tsenganal@novell.com>
110
111         * SqlCommandBuilderTest.cs : corrected a failing testcase
112
113 2006-01-17  Senganal T  <tsenganal@novell.com>
114
115         * SqlCommandBuilderTest.cs : Added testcase for bug #77225
116
117 2005-12-03  Senganal T  <tsenganal@novell.com>
118
119         * SqlCommandTest.cs : Added testcase for bug #76880
120
121 2005-11-23  Senganal T  <tsenganal@novell.com>
122
123         * SqlCommandTest.cs : Added testcases for bug #76778
124
125 2005-10-27  Senganal T  <tsenganal@novell.com>
126
127         * SqlCommandTest.cs : Added Testcase for bug #75698
128
129 2005-10-17  Senganal T  <tsenganal@novell.com>
130
131         * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
132
133 2005-09-24  Sureshkumar T  <tsureshkumar@novell.com>
134
135         * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
136         dataset name throws ArgumentNullException in ms.net
137
138         * SqlConnectionTest.cs: HostName compare: convert to uppercase.
139
140         * SqlDataReaderTest.cs: remove Opening connection in few test
141         cases as it was done in SetUp.
142         - id type change changes
143
144 2005-09-21 Senganal T  <tsenganal@novell.com>
145
146         * SqlConnectionTest.cs: removed some hardcoded database names
147         in DatabasePropertyTest ().
148
149 2005-09-16 Senganal T  <tsenganal@novell.com>
150
151         * SqlCommandTest.cs: added more testcases for connected mode
152         * SqlConnectionTest.cs: added more testcases for connected mode
153         * SqlDataAdapterTest.cs: added more testcases for connected mode
154         * SqlDataReaderTest.cs: added more testcases for connected mode
155
156 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
157
158         * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
159         * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
160         * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
161         * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
162         * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
163         * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
164         * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
165
166         Added attribute Category ("sqlserver") to all these test fixtures.
167