mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +00:00
udpated KeePassKit to fix custom attribute lookup in autotype
This commit is contained in:
2
Cartfile
2
Cartfile
@@ -1,3 +1,3 @@
|
|||||||
github "sparkle-project/Sparkle" ~> 1.18.1
|
github "sparkle-project/Sparkle" ~> 1.18.1
|
||||||
github "mstarke/KeePassKit" "5c767b17ac9e993b6558d206bed81d0887b5b562"
|
github "mstarke/KeePassKit" "56cfe1f6084a7817631d5e2306c2edf1ce98e5d4"
|
||||||
github "mstarke/HNHUi" ~> 1.1
|
github "mstarke/HNHUi" ~> 1.1
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
github "mstarke/HNHUi" "1.1.2"
|
github "mstarke/HNHUi" "1.1.2"
|
||||||
github "mstarke/KeePassKit" "5c767b17ac9e993b6558d206bed81d0887b5b562"
|
github "mstarke/KeePassKit" "56cfe1f6084a7817631d5e2306c2edf1ce98e5d4"
|
||||||
github "sparkle-project/Sparkle" "1.18.1"
|
github "sparkle-project/Sparkle" "1.18.1"
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
MPAutotypeContext *context = [[MPAutotypeContext alloc] initWithDefaultSequenceForEntry:self.entry];
|
MPAutotypeContext *context = [[MPAutotypeContext alloc] initWithDefaultSequenceForEntry:self.entry];
|
||||||
NSString *result = [[NSString alloc] initWithFormat:@"%@%@%@%@", self.entry.username, lowerCaseAttribute.value, mixedCaseAttribute.value, upperCaseAttribute.value];
|
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 {
|
- (void)testCustomAttributeRepetition {
|
||||||
|
|||||||
Reference in New Issue
Block a user