Updated submodule

fixed wrong password test
This commit is contained in:
michael starke
2013-08-19 23:18:17 +02:00
parent 724644c1bf
commit f80226ee6c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
} }
- (void)testWrongPassword { - (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"]; NSData *data = [self _loadTestDataBase:@"KeePass1_native_test" extension:@"kdb"];
NSError *error; NSError *error;
KPKTree *tree = [[KPKTree alloc] initWithData:data password:password error:&error]; KPKTree *tree = [[KPKTree alloc] initWithData:data password:password error:&error];