Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/Test/System.Data.OleDb/ChangeLog')
-rw-r--r--mcs/class/System.Data/Test/System.Data.OleDb/ChangeLog44
1 files changed, 0 insertions, 44 deletions
diff --git a/mcs/class/System.Data/Test/System.Data.OleDb/ChangeLog b/mcs/class/System.Data/Test/System.Data.OleDb/ChangeLog
deleted file mode 100644
index dac88c71abb..00000000000
--- a/mcs/class/System.Data/Test/System.Data.OleDb/ChangeLog
+++ /dev/null
@@ -1,44 +0,0 @@
-2008-03-03 Ankit Jain <jankit@novell.com>
-
- * OleDbMetaDataCollectionNamesTest.cs: New.
-
-2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
-
- * 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 <rharinath@novell.com>
-
- * OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
-
-2007-02-20 Frederik Carlier <frederik.carlier@carlier-online.be>
-
- * OleDbParameterCollectionTest.cs: New. Unit tests for OleDbParameterCollection.
-
-2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
-
- * OleDbPermissionAttributeTest.cs: Removed *Choice security actions.
-
-2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * OleDbPermissionTest.cs, OleDbPermissionAttributeTest.cs:
- Fixed some incompatible type of exception between 2.0 and 1.1.
-
-2004-09-15 Sebastien Pouliot <sebastien@ximian.com>
-
- * OleDbPermissionTest.cs: New. Unit tests for OleDbPermission.
-
-2004-09-14 Sebastien Pouliot <sebastien@ximian.com>
-
- * OleDbPermissionAttributeTest.cs: Added unit tests for Provider
- property (unused and hidden in Fx 2.0).
-
-2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * ChangeLog: New.
- * OleDbPermissionAttributeTest.cs: New. Unit tests for OleDbPermission
- Attribute.