IOSAD-103 more [PEPSession cleanup]
parent
fd864a3113
commit
8bd2f2b19f
|
@ -18,6 +18,11 @@
|
|||
|
||||
@implementation PEPSessionProviderTest
|
||||
|
||||
- (void)tearDown
|
||||
{
|
||||
[PEPSession cleanup];
|
||||
}
|
||||
|
||||
- (void)testSeperatedSessionPerThread {
|
||||
// Get main session
|
||||
PEPInternalSession *sessionMain = [PEPSessionProvider session];
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
[PEPObjCAdapter setupTrustWordsDB:[NSBundle bundleForClass:[self class]]];
|
||||
}
|
||||
|
||||
- (void)tearDown
|
||||
{
|
||||
[PEPSession cleanup];
|
||||
}
|
||||
|
||||
- (void)testSessionFinalization {
|
||||
PEPSession *session = [[PEPSession alloc] init];
|
||||
session = nil;
|
||||
|
|
Loading…
Reference in New Issue