Revert UnitTest IP address to 127.0.0.1.

Seems there are sometimes performance regressions when using localhost. Might be related to IPv6, who know.

Fix some TestContext not being public.
This commit is contained in:
Serge Camille
2020-09-13 10:28:06 +02:00
parent 023530322e
commit 8f3c701a2f
3 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace S7.Net.UnitTest
[TestClass]
public class ProtocolUnitTest
{
private TestContext TestContext { get; set; }
public TestContext TestContext { get; set; }
[TestMethod]
public async Task TPKT_Read()