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
path: root/mcs
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-04-13 06:27:51 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-04-13 06:27:51 +0400
commit49bb2d5160a4338e1809a01bde1ec29ceecfd29a (patch)
tree398cf35cf3b52b8f5790a88659dc927005346449 /mcs
parent00ae95648a3cd2198c4215079e5da9046d982bab (diff)
2004-04-13 Atsushi Enomoto <atsushi@ximian.com>
* System.Data_test.dll.sources : added XmlDataDocumentTest2.cs. svn path=/trunk/mcs/; revision=25378
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Data/ChangeLog4
-rw-r--r--mcs/class/System.Data/System.Data_test.dll.sources1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Data/ChangeLog b/mcs/class/System.Data/ChangeLog
index 207cfadea1e..845b9ad6b82 100644
--- a/mcs/class/System.Data/ChangeLog
+++ b/mcs/class/System.Data/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-13 Atsushi Enomoto <atsushi@ximian.com>
+
+ * System.Data_test.dll.sources : added XmlDataDocumentTest2.cs.
+
2004-04-05 Lluis Sanchez Gual <lluis@ximian.com>
* System.Data.dll.sources: removed SqlConnectionPool.cs.
diff --git a/mcs/class/System.Data/System.Data_test.dll.sources b/mcs/class/System.Data/System.Data_test.dll.sources
index bbd3e1f0ca3..48fb8945cde 100644
--- a/mcs/class/System.Data/System.Data_test.dll.sources
+++ b/mcs/class/System.Data/System.Data_test.dll.sources
@@ -12,6 +12,7 @@ System.Data.SqlTypes/SqlGuidTest.cs
System.Data.SqlTypes/SqlDecimalTest.cs
System.Data.SqlTypes/SqlStringTest.cs
System.Xml/XmlDataDocumentTest.cs
+System.Xml/XmlDataDocumentTest2.cs
System.Data/ConstraintCollectionTest.cs
System.Data/ConstraintTest.cs
System.Data/DataColumnCollectionTest.cs