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