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