Merge pull request #3328 from BrzVlad/finalizer-thread-exited2
[mono.git] / mcs / class / System / Test / System.Net / HttpListenerPrefixCollectionTest.cs
old mode 100755 (executable)
new mode 100644 (file)
index b099f07..21589dc
@@ -26,7 +26,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 using System;
 using System.Net;
 using NUnit.Framework;
@@ -58,6 +57,7 @@ namespace MonoTests.System.Net {
                }
 
                [Test]
+               [Category ("RequiresBSDSockets")]
                public void AddOne ()
                {
                        HttpListener listener = new HttpListener ();
@@ -71,6 +71,7 @@ namespace MonoTests.System.Net {
                }
 
                [Test]
+               [Category ("RequiresBSDSockets")]
                public void Duplicate ()
                {
                        HttpListener listener = new HttpListener ();
@@ -248,5 +249,4 @@ namespace MonoTests.System.Net {
                }
        }
 }
-#endif