aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPTableCopyTest.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-05-07 14:25:37 +0000
committerstuconnolly <stuart02@gmail.com>2012-05-07 14:25:37 +0000
commit6c95778f21ab7353d1791a3faff538ba25701d97 (patch)
treedbc67c3e987144d072c7c75eb854f45fd8f6ec21 /UnitTests/SPTableCopyTest.h
parentc2fc87167b086680aa8b7190e497e834413bfc7d (diff)
downloadsequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.gz
sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.bz2
sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.zip
Fix test build.
Diffstat (limited to 'UnitTests/SPTableCopyTest.h')
-rw-r--r--UnitTests/SPTableCopyTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTests/SPTableCopyTest.h b/UnitTests/SPTableCopyTest.h
index a8218a7b..62ebbaaf 100644
--- a/UnitTests/SPTableCopyTest.h
+++ b/UnitTests/SPTableCopyTest.h
@@ -29,6 +29,6 @@
@interface SPTableCopyTest : SenTestCase
-//- (void)testCopyTableFromToWithData;
+- (void)testCopyTableFromToWithData;
@end