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