mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
udpated KeePassKit to fix custom attribute lookup in autotype
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
|
||||
MPAutotypeContext *context = [[MPAutotypeContext alloc] initWithDefaultSequenceForEntry:self.entry];
|
||||
NSString *result = [[NSString alloc] initWithFormat:@"%@%@%@%@", self.entry.username, lowerCaseAttribute.value, mixedCaseAttribute.value, upperCaseAttribute.value];
|
||||
XCTAssertTrue([[context evaluatedCommand] isEqualToString:result]);
|
||||
XCTAssertEqualObjects(context.evaluatedCommand, result);
|
||||
}
|
||||
|
||||
- (void)testCustomAttributeRepetition {
|
||||
|
||||
Reference in New Issue
Block a user