more forgotten tests added

This commit is contained in:
Johannes Weiss 2017-09-25 13:00:35 +01:00
parent cee2a35a41
commit bf66e8f1b4
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ extension EchoServerClientTest {
static var allTests : [(String, (EchoServerClientTest) -> () throws -> Void)] { static var allTests : [(String, (EchoServerClientTest) -> () throws -> Void)] {
return [ return [
("testEcho", testEcho), ("testEcho", testEcho),
("testEchoUnixDomainSocket", testEchoUnixDomainSocket),
("testConnectUnixDomainSocket", testConnectUnixDomainSocket),
("testChannelActiveOnConnect", testChannelActiveOnConnect), ("testChannelActiveOnConnect", testChannelActiveOnConnect),
("testWriteThenRead", testWriteThenRead), ("testWriteThenRead", testWriteThenRead),
("testCloseInInactive", testCloseInInactive), ("testCloseInInactive", testCloseInInactive),