mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 00:19:23 +00:00
Fixed wrong selector in Test
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
KPKFileVersion kdb = { KPKDatabaseFormatKdb, kKPKKdbFileVersion };
|
KPKFileVersion kdb = { KPKDatabaseFormatKdb, kKPKKdbFileVersion };
|
||||||
XCTAssertEqual(NSOrderedSame, KPKFileVersionCompare(kdb, document.tree.minimumVersion), @"Tree should be Legacy Version in default case");
|
XCTAssertEqual(NSOrderedSame, KPKFileVersionCompare(kdb, document.tree.minimumVersion), @"Tree should be Legacy Version in default case");
|
||||||
XCTAssertFalse(document.encrypted, @"Document cannot be encrypted at creation");
|
XCTAssertFalse(document.encrypted, @"Document cannot be encrypted at creation");
|
||||||
XCTAssertFalse(document.compositeKey.hasPasswordOrKeyFile, @"Document has no Password/Keyfile and thus is not secured");
|
XCTAssertFalse(document.compositeKey.hasKeys, @"Document has no Password/Keyfile and thus is not secured");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user