diff options
Diffstat (limited to 'UnitTests/SPDatabaseCopyTest.m')
-rw-r--r-- | UnitTests/SPDatabaseCopyTest.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnitTests/SPDatabaseCopyTest.m b/UnitTests/SPDatabaseCopyTest.m index 358e0c1e..ce21f98f 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 |