From f80226ee6ce293dd6d48ccf53cdc45129fbdd93a Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 19 Aug 2013 23:18:17 +0200 Subject: [PATCH] Updated submodule fixed wrong password test --- KeePassKit | 2 +- MacPassTests/KPKTestLegacyLoading.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/KeePassKit b/KeePassKit index 821a79aa..88e6f34a 160000 --- a/KeePassKit +++ b/KeePassKit @@ -1 +1 @@ -Subproject commit 821a79aa86a124d8870784816de4ae60e2c8fa3d +Subproject commit 88e6f34a06b10f79ca1e9b352da51cf02b750880 diff --git a/MacPassTests/KPKTestLegacyLoading.m b/MacPassTests/KPKTestLegacyLoading.m index ffdc9988..be547669 100644 --- a/MacPassTests/KPKTestLegacyLoading.m +++ b/MacPassTests/KPKTestLegacyLoading.m @@ -25,7 +25,7 @@ } - (void)testWrongPassword { - KPKPassword *password = [[KPKPassword alloc] initWithPassword:@"4321" key:nil]; + KPKPassword *password = [[KPKPassword alloc] initWithPassword:@"wrongPassword" key:nil]; NSData *data = [self _loadTestDataBase:@"KeePass1_native_test" extension:@"kdb"]; NSError *error; KPKTree *tree = [[KPKTree alloc] initWithData:data password:password error:&error];