* SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlClient / ChangeLog
1 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
4         that do not require connection from ProviderTests.
5         * SqlConnectionTest.cs: Moved tests that do not require connection
6         from ProviderTests.
7
8 2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
9
10         * SqlCommandTest.cs: Removed extra tabs. Update bug number.
11
12 2008-04-19  Robert Jordan  <robertj@gmx.net>
13
14         * SqlCommandTest.cs: Add test case for bug #381100.
15
16 2008-03-03  Ankit Jain  <jankit@novell.com>
17
18         * SqlClientMetaDataCollectionNamesTest.cs: New.
19
20 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
21
22         * SqlCommandTest.cs: Added tests for ctors and CommantText.
23         * SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
24         ServerVersion.
25         * SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
26         InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
27         Dispose.
28
29 2007-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
30
31         * SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
32         when connection is closed.
33
34 2007-05-29  Gert Driesen  <drieseng@users.sourceforge.net>
35
36         * SqlCommandTest.cs: Added test for bug #81710.
37
38 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * SqlClientPermissionAttributeTest.cs: Removed *Choice security 
41         actions.
42
43 2005-09-22  Sureshkumar T  <tsureshkumar@novell.com>
44
45         * SqlConnectionTest.cs (OtherConnectionStringKeywords): marked
46         Persist security info keyword as not implmented.
47
48 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
49
50         * SqlDataReaderTest.cs: moved to ProviderTests and integrated with
51         connected mode tests
52         * SqlCommandTest.cs: -- do --
53         * SqlConnectionTest.cs: -- do --
54         * SqlTransactionTest.cs: -- do --
55         * SqlDataAdapterTest.cs: -- do --
56
57 2005-06-23  Sureshkumar T  <tsureshkumar@novell.com>
58
59         * SqlConnectionStringBuilderTest.cs: Added few more tests.
60
61 2005-06-21  Sureshkumar T  <tsureshkumar@novell.com>
62
63         * SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
64
65 2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
66         
67         * SqlDataReaderTest.cs: Corrected and extended bigint test
68
69 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
72           Fixed some incompatible type of exception between 2.0 and 1.1.
73
74 2004-11-01 Gert Driesen <drieseng@users.sourceforge.net>
75         * SqlCommandTest.cs: Added testcase for bug #66630.
76
77 2004-10-30 Umadevi S <sumadevi@novell.com>
78         * SqlDataAdapterTest.cs - Added testcase for nullguid
79
80 2004-10-15 Umadevi S <sumadevi@novell.com>
81         * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
82
83 2004-10-14 Umadevi S <sumadevi@novell.com>
84         * SqlCommandTest.cs - added Test for clone method
85
86 2004-09-24 Umadevi S <sumadevi@novell.com>
87         * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
88
89 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
90
91         * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
92
93 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
94
95         * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
96         PermissionAttribute.
97
98 2004-09-02 Umadevi S <sumadevi@novell.com>
99         * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
100
101 2004-09-02 Umadevi S <sumadevi@novell.com>
102         * SqlDataReaderTest.cs - added file
103
104 2004-08-20 Umadevi S <sumadevi@novell.com>
105         * Added testcase in SqlDataAdapter.cs for Fillschema
106
107 2004-08-19 Gert Driesen <drieseng@users.souceforge.net>
108         * SqlConnectionTest.cs: Added testcases for bug #63165.
109
110 2004-08-19 Umadevi S <sumadevi@novell.com>
111         * Added file SqlDataAdapterTest.cs - to test update method on a 
112         datatable