mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 14:28:25 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user