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:
authorUmadevi S <uma@mono-cvs.ximian.com>2004-08-13 11:05:24 +0400
committerUmadevi S <uma@mono-cvs.ximian.com>2004-08-13 11:05:24 +0400
commit74c155f243af92e7130593ef58f5903ef1873e4a (patch)
tree019f40874aad1b96be6ee47e4c7d11511b679ef6 /mcs/class/System.Data/Test/ChangeLog
parentbd2b840481c2abddb12dcad914dfceaca463324b (diff)
2004-08-13 Umadevi S <sumadevi@novell.com>
* Added standalone nunit testcases for datacontainer class. * Currently will use MSSQL server * New File MSSqlTestBed.cs - Base class for MSSql testing (similar to the mysqltestbed) svn path=/trunk/mcs/; revision=32298
Diffstat (limited to 'mcs/class/System.Data/Test/ChangeLog')
-rw-r--r--mcs/class/System.Data/Test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Test/ChangeLog b/mcs/class/System.Data/Test/ChangeLog
index 49630c2d5d8..f5e71981717 100644
--- a/mcs/class/System.Data/Test/ChangeLog
+++ b/mcs/class/System.Data/Test/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-13 Umadevi S <sumadevi@novell.com>
+ * Added standalone nunit testcases for datacontainer class.
+ * Currently will use MSSQL server
+ * New File
+ MSSqlTestBed.cs - Base class for MSSql testing
+ (similar to the mysqltestbed)
+
+
2004-06-16 Sureshkumar T <TSureshkumar@novell.com>
* Added standalone NUnit test cases for MySql db related tests.
* Created sub-directory for System.Data.Odbc