IOSAD-103 more [PEPSession cleanup]

IOSAD-103
Dirk Zimmermann 2018-10-31 09:16:57 +01:00
parent fd864a3113
commit 8bd2f2b19f
2 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,11 @@
@implementation PEPSessionProviderTest
- (void)tearDown
{
[PEPSession cleanup];
}
- (void)testSeperatedSessionPerThread {
// Get main session
PEPInternalSession *sessionMain = [PEPSessionProvider session];

View File

@ -22,6 +22,11 @@
[PEPObjCAdapter setupTrustWordsDB:[NSBundle bundleForClass:[self class]]];
}
- (void)tearDown
{
[PEPSession cleanup];
}
- (void)testSessionFinalization {
PEPSession *session = [[PEPSession alloc] init];
session = nil;