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:
authorMads Pultz <mpultz@mono-cvs.ximian.com>2002-02-11 13:26:12 +0300
committerMads Pultz <mpultz@mono-cvs.ximian.com>2002-02-11 13:26:12 +0300
commitf5659e1a32187f965bc66821e7e03725289eaa10 (patch)
treefe675e82c8f597511ff46a5593f73578674f38f0
parent9697aaf9e1b5319cd8d449995f0e49a3ca3c7784 (diff)
Test removed, test of IPHostEntry included in DnsTest.cs
svn path=/trunk/mcs/; revision=2313
-rw-r--r--mcs/class/System/Test/IPHostEntryTest.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/class/System/Test/IPHostEntryTest.cs b/mcs/class/System/Test/IPHostEntryTest.cs
deleted file mode 100644
index df802f57389..00000000000
--- a/mcs/class/System/Test/IPHostEntryTest.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-// IPHostEntryTest.cs - NUnit Test Cases for the System.Net.IPHostEntry class
-//
-// Author: Mads Pultz (mpultz@diku.dk)
-//
-// (C) Mads Pultz, 2001
-
-using NUnit.Framework;
-using System;
-
-public class IPHostEntryTest: TestCase {
-
- public IPHostEntryTest(String name): base(name) {}
-
- public static ITest Suite {
- get { return new TestSuite(typeof(IPHostEntryTest)); }
- }
-}