Updated tests

This commit is contained in:
michael starke
2013-07-11 00:25:20 +02:00
parent 00eec52781
commit 3d4c183bdb
3 changed files with 4 additions and 3 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -40,7 +40,7 @@
}
- (void)testLoadDatabaseVerions2 {
//STFail(@"Not implemented");
STFail(@"Not implemented");
}
@end