Skip to content

Commit

Permalink
2002-02-11 Duncan Mak <duncan@ximian.com>
Browse files Browse the repository at this point in the history
    * 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
  • Loading branch information
Duncan Mak committed Feb 11, 2002
1 parent 99296f5 commit 315b23a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcs/class/System/Test/AllTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public static ITest Suite {
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)));
Expand Down
5 changes: 5 additions & 0 deletions mcs/class/System/Test/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 315b23a

Please sign in to comment.