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