This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpObjCAdapter
Watch
9
Star
0
Fork
1
Code
Issues
Releases
2
Wiki
Activity
Browse Source
IOS-2628 Test for attachments in self-encrypt
IOS-2651
Dirk Zimmermann
1 year ago
parent
fd5246f2e9
commit
febde2a826
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pEpObjCTests/PEPInternalSessionTest.m
+ 3
- 0
pEpObjCTests/PEPInternalSessionTest.m
View File
@ -679,6 +679,9 @@
XCTAssertNotNil
(
decmsg
)
;
XCTAssertNil
(
error
)
;
XCTAssertEqual
(
rating
,
PEPRatingTrustedAndAnonymized
)
;
/
/
There
shouldn
'
t
be
any
attachments
XCTAssertEqual
(
decmsg
.
attachments
.
count
,
0
)
;
}
-
(
void
)
testOutgoingContactColor
Write
Preview
Loading…
Cancel
Save