E3-3 Remove the log test

engine3/E3-3
Dirk Zimmermann 4 months ago
parent 7e9d2e4fed
commit 01e6892d94

@ -277,17 +277,6 @@
}
}
- (void)testGetLogWithError
{
NSError *error = nil;
NSString *log = [self getLogWithError:&error];
XCTAssertGreaterThan(log.length, 0);
XCTAssertNotNil(log);
XCTAssertNil(error);
}
- (void)testGetTrustwords
{
PEPIdentity *partner1Orig = [[PEPIdentity alloc]

Loading…
Cancel
Save