aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPTableCopyTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTests/SPTableCopyTest.m')
-rw-r--r--UnitTests/SPTableCopyTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnitTests/SPTableCopyTest.m b/UnitTests/SPTableCopyTest.m
index 6a14fa8f..48f7fad5 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