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/SPTableCopyTest.m | |
parent | c2fc87167b086680aa8b7190e497e834413bfc7d (diff) | |
download | sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.gz sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.bz2 sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.zip |
Fix test build.
Diffstat (limited to 'UnitTests/SPTableCopyTest.m')
-rw-r--r-- | UnitTests/SPTableCopyTest.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnitTests/SPTableCopyTest.m b/UnitTests/SPTableCopyTest.m index 48f7fad5..6a14fa8f 100644 --- a/UnitTests/SPTableCopyTest.m +++ b/UnitTests/SPTableCopyTest.m @@ -41,7 +41,7 @@ return [[OCMockObject niceMockForClass:[SPMySQLResult class]] autorelease]; } -/*- (void)testCopyTableFromToWithData +- (void)testCopyTableFromToWithData { id mockResult = [self mockResult]; @@ -72,6 +72,6 @@ [tableCopy release]; [resultArray release]; -}*/ +} @end |