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.h | |
parent | c2fc87167b086680aa8b7190e497e834413bfc7d (diff) | |
download | sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.gz sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.bz2 sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.zip |
Fix test build.
Diffstat (limited to 'UnitTests/SPTableCopyTest.h')
-rw-r--r-- | UnitTests/SPTableCopyTest.h | 2 |
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 |