aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPDatabaseCopyTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTests/SPDatabaseCopyTest.m')
-rw-r--r--UnitTests/SPDatabaseCopyTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnitTests/SPDatabaseCopyTest.m b/UnitTests/SPDatabaseCopyTest.m
index ce21f98f..358e0c1e 100644
--- a/UnitTests/SPDatabaseCopyTest.m
+++ b/UnitTests/SPDatabaseCopyTest.m
@@ -48,7 +48,7 @@
return [OCMockObject niceMockForClass:[SPMySQLConnection class]];
}
-/*- (void)testCopyDatabase
+- (void)testCopyDatabase
{
SPDatabaseCopy *dbCopy = [self getDatabaseCopyFixture];
id mockConnection = [self getMockConnection];
@@ -79,6 +79,6 @@
- (void)testCreateDatabase
{
[self getDatabaseCopyFixture];
-}*/
+}
@end