Add test for SSLSecurity; bump starscream

This commit is contained in:
Erik Little 2017-08-06 09:49:15 -04:00
parent 2b6b001c0c
commit 38a1187cb7
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D
2 changed files with 9 additions and 3 deletions

View File

@ -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