diff options
author | stuconnolly <stuart02@gmail.com> | 2012-05-07 14:25:37 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-05-07 14:25:37 +0000 |
commit | 6c95778f21ab7353d1791a3faff538ba25701d97 (patch) | |
tree | dbc67c3e987144d072c7c75eb854f45fd8f6ec21 /UnitTests/SPDatabaseCopyTest.m | |
parent | c2fc87167b086680aa8b7190e497e834413bfc7d (diff) | |
download | sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.gz sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.bz2 sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.zip |
Fix test build.
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 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 |