Skip to content

Commit f9e79da

Browse files
committed
[unitytls] Reverted remaining changes in system tests
All additional tests are now done from unity to ensure that unitytls inkl binding to unity is working properly
1 parent d90ff2f commit f9e79da

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mcs/class/System/System_test.dll.sources

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ System.Net.NetworkInformation/NetworkInterfaceTest.cs
275275
System.Net.NetworkInformation/PhysicalAddressTest.cs
276276
System.Net.NetworkInformation/PingTest.cs
277277
System.Net.Security/SslStreamTest.cs
278-
System.Net.Security/SslStreamTest2.cs
279-
System.Net.Security/SslStreamBadSslTest.cs
280278
System.Runtime.Versioning/FrameworkNameTest.cs
281279
System.Security.AccessControl/SemaphoreSecurityTest.cs
282280
System.Security.Cryptography/AsnEncodedDataTest.cs

mcs/class/System/Test/System.Net.Security/SslStreamTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ public void GetReady () {
5959
}
6060

6161
[Test] //bug https://bugzilla.novell.com/show_bug.cgi?id=457120
62-
#if !UNITY
6362
[Category ("MacNotWorking")] // Works but launches a prompt on 10.12 that will fail if you don't click in a few seconds
64-
#endif
6563
#if FEATURE_NO_BSD_SOCKETS
6664
[ExpectedException (typeof (PlatformNotSupportedException))]
6765
#endif
@@ -149,3 +147,4 @@ private class ClientServerState {
149147
}
150148
}
151149
}
150+

0 commit comments

Comments
 (0)