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