mirror of
https://github.com/fbarresi/Sharp7.git
synced 2026-02-04 08:42:51 +00:00
Added more tests
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Sharp7.Tests
|
||||
|
||||
public ServerClientTestBase() : base()
|
||||
{
|
||||
client = new S7Client();
|
||||
client = new S7Client("Test Plc");
|
||||
var rc = client.ConnectTo(Localhost, 0, 2);
|
||||
rc.ShouldBe(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user