[System*] Add category for tests that use API that require BSD sockets.
[mono.git] / mcs / class / System / Test / System.Net.Sockets / TcpClientTest.cs
index 91b461487eb0cc38526671ac56a1ca34797fc8fa..4d3b8325048d9038ebfcaf8210960ebc71562f1a 100644 (file)
@@ -21,6 +21,7 @@ namespace MonoTests.System.Net.Sockets
        /// Tests System.Net.Sockets.TcpClient
        /// </summary>
        [TestFixture]
+       [Category ("RequiresBSDSockets")]
        public class TcpClientTest
        {