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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2002-02-11 22:11:31 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-02-11 22:11:31 +0300
commit315b23a18cb3dd7894b428c0b8b6754580e10d23 (patch)
treebc4f0c1c4e259d1f3bb026e03a0ff1d4db6e0353
parent99296f592a44d1cffc5e2ae804393ddd6d46c5ed (diff)
2002-02-11 Duncan Mak <duncan@ximian.com>
* AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads removed it and included it in the new DnsTest.cs. This fixes the build. svn path=/trunk/mcs/; revision=2329
-rw-r--r--mcs/class/System/Test/AllTests.cs1
-rw-r--r--mcs/class/System/Test/ChangeLog5
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System/Test/AllTests.cs b/mcs/class/System/Test/AllTests.cs
index aacc9190284..088883f455a 100644
--- a/mcs/class/System/Test/AllTests.cs
+++ b/mcs/class/System/Test/AllTests.cs
@@ -21,7 +21,6 @@ namespace Ximian.Mono.Tests
get {
TestSuite suite = new TestSuite();
suite.AddTest(DnsTest.Suite);
- suite.AddTest(IPHostEntryTest.Suite);
suite.AddTest(Testsuite.System.Collections.Specialized.NameValueCollectionTest.Suite);
suite.AddTest(new TestSuite(typeof(System.Collections.Specialized.StringCollectionTest)));
diff --git a/mcs/class/System/Test/ChangeLog b/mcs/class/System/Test/ChangeLog
index aa8bf5d51d3..f7f82c99ab1 100644
--- a/mcs/class/System/Test/ChangeLog
+++ b/mcs/class/System/Test/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-11 Duncan Mak <duncan@ximian.com>
+
+ * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
+ removed it and included it in the new DnsTest.cs. This fixes the build.
+
2002-01-17 Miguel de Icaza <miguel@ximian.com>
* DnsTest.cs: Updated test.