This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpObjCAdapter
Watch
10
Star
0
Fork
1
Code
Issues
Releases
2
Wiki
Activity
Browse Source
IOSAD-103 more [PEPSession cleanup]
IOSAD-103
Dirk Zimmermann
4 years ago
parent
fd864a3113
commit
8bd2f2b19f
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
pEpObjCTests/PEPSessionProviderTest.m
+5
-0
pEpObjCTests/PepTests.m
+ 5
- 0
pEpObjCTests/PEPSessionProviderTest.m
View File
@ -18,6 +18,11 @@
@
implementation
PEPSessionProviderTest
-
(
void
)
tearDown
{
[
PEPSession
cleanup
]
;
}
-
(
void
)
testSeperatedSessionPerThread
{
/
/
Get
main
session
PEPInternalSession
*
sessionMain
=
[
PEPSessionProvider
session
]
;
+ 5
- 0
pEpObjCTests/PepTests.m
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
;
Write
Preview
Loading…
Cancel
Save