2008-03-03 Ankit Jain * OleDbMetaDataCollectionNamesTest.cs: New. 2007-10-21 Gert Driesen * OleDbDataAdapterTest.cs: Added tests for ctors, DeleteCommand, InsertCommand, SelectCommand, UpdateCommand and Dispose. * OleDbCommandTest.cs: Added tests for ctors and CommandText. * OleDbConnectionTest.cs: Added tests for ctors and ConnectionString. Added tests for BeginTransaction, GetSchema and ServerVersion with connection that is closed. 2007-02-22 Raja R Harinath * OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile. 2007-02-20 Frederik Carlier * OleDbParameterCollectionTest.cs: New. Unit tests for OleDbParameterCollection. 2005-09-22 Sebastien Pouliot * OleDbPermissionAttributeTest.cs: Removed *Choice security actions. 2005-01-14 Atsushi Enomoto * OleDbPermissionTest.cs, OleDbPermissionAttributeTest.cs: Fixed some incompatible type of exception between 2.0 and 1.1. 2004-09-15 Sebastien Pouliot * OleDbPermissionTest.cs: New. Unit tests for OleDbPermission. 2004-09-14 Sebastien Pouliot * OleDbPermissionAttributeTest.cs: Added unit tests for Provider property (unused and hidden in Fx 2.0). 2004-09-13 Sebastien Pouliot * ChangeLog: New. * OleDbPermissionAttributeTest.cs: New. Unit tests for OleDbPermission Attribute.