mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 02:22:28 +00:00
Updated tests
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2402</string>
|
||||
<string>2403</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
@implementation MPDatabaseCreation
|
||||
|
||||
- (void)testCreateDatabaseVersion1 {
|
||||
|
||||
STFail(@"Not implemented");
|
||||
}
|
||||
|
||||
- (void)testCreateDatabaseVersion2 {
|
||||
@@ -20,6 +20,7 @@
|
||||
STAssertNotNil(document, @"Document should be created");
|
||||
STAssertTrue(document.version == MPDatabaseVersion4, @"Database should be Version2");
|
||||
STAssertNotNil(document.treeV4, @"Database Tree needs to be Kdb4Tree");
|
||||
STFail(@"Not implemented");
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
- (void)testLoadDatabaseVerions2 {
|
||||
//STFail(@"Not implemented");
|
||||
STFail(@"Not implemented");
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user