Add test for SSLSecurity; bump starscream
This commit is contained in:
parent
2b6b001c0c
commit
38a1187cb7
@ -11,6 +11,7 @@
|
||||
@import Foundation;
|
||||
@import XCTest;
|
||||
@import SocketIO;
|
||||
@import StarscreamSocketIO;
|
||||
|
||||
@interface SocketObjectiveCTest : XCTestCase
|
||||
|
||||
@ -98,4 +99,9 @@
|
||||
[manager removeSocketWithLabel:@"test"];
|
||||
}
|
||||
|
||||
- (void)testSSLSecurity {
|
||||
SSLSecurity* sec = [[SSLSecurity alloc] initWithUsePublicKeys:0];
|
||||
sec.isReady = 0;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 13fc4730f36c645bd63ea28857df6a510181e0ea
|
||||
Subproject commit 53003d342e17c8cdf54924adfb8a18a056a58c3d
|
||||
Loading…
x
Reference in New Issue
Block a user