aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPDatabaseCopyTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTests/SPDatabaseCopyTest.m')
-rw-r--r--UnitTests/SPDatabaseCopyTest.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/UnitTests/SPDatabaseCopyTest.m b/UnitTests/SPDatabaseCopyTest.m
index a1ed99fe..9ba7d5b7 100644
--- a/UnitTests/SPDatabaseCopyTest.m
+++ b/UnitTests/SPDatabaseCopyTest.m
@@ -83,9 +83,9 @@
[target release];
}
-- (void) testCreateDatabase {
- SPDatabaseCopy *dbCopy = [self getDatabaseCopyFixture];
- // test missing :)
+- (void)testCreateDatabase
+{
+ [self getDatabaseCopyFixture];
}
@end