diff --git a/build-mac/pEpObjCAdapterTests/PEPSessionTest.m b/build-mac/pEpObjCAdapterTests/PEPSessionTest.m index 0ee47c7c..101e57c1 100644 --- a/build-mac/pEpObjCAdapterTests/PEPSessionTest.m +++ b/build-mac/pEpObjCAdapterTests/PEPSessionTest.m @@ -278,31 +278,6 @@ } } -- (void)testGetTrustwords -{ - PEPIdentity *partner1Orig = [[PEPIdentity alloc] - initWithAddress:@"partner1@dontcare.me" userID:@"partner1" - userName:@"partner1" - isOwn:NO fingerPrint:@"F0CD3F7B422E5D587ABD885BF2D281C2789DD7F6"]; - - PEPIdentity *meOrig = [[PEPIdentity alloc] - initWithAddress:@"me@dontcare.me" userID:@"me" - userName:@"me" - isOwn:NO fingerPrint:@"CC1F73F6FB774BF08B197691E3BFBCA9248FC681"]; - - NSError *error = nil; - NSString *trustwordsFull = [self getTrustwordsIdentity1:meOrig identity2:partner1Orig - language:@"en" full:YES error:&error]; - XCTAssertNil(error); - XCTAssertEqualObjects(trustwordsFull, - @"EMERSON GASPER TOKENISM BOLUS COLLAGE DESPISE BEDDED ENCRYPTION IMAGINE BEDFORD"); - - NSString *trustwordsUndefined = [self getTrustwordsIdentity1:meOrig identity2:partner1Orig - language:@"ZZ" full:YES error:&error]; - XCTAssertNotNil(error); - XCTAssertNil(trustwordsUndefined); -} - - (void)testGenKey { PEPIdentity *identMe = [[PEPIdentity alloc]