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.h | |
parent | c2fc87167b086680aa8b7190e497e834413bfc7d (diff) | |
download | sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.gz sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.tar.bz2 sequelpro-6c95778f21ab7353d1791a3faff538ba25701d97.zip |
Fix test build.
Diffstat (limited to 'UnitTests/SPDatabaseCopyTest.h')
-rw-r--r-- | UnitTests/SPDatabaseCopyTest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnitTests/SPDatabaseCopyTest.h b/UnitTests/SPDatabaseCopyTest.h index 1714d554..ba882ee1 100644 --- a/UnitTests/SPDatabaseCopyTest.h +++ b/UnitTests/SPDatabaseCopyTest.h @@ -29,7 +29,7 @@ @interface SPDatabaseCopyTest : SenTestCase -//- (void)testCopyDatabase; -//- (void)testCreateDatabase; +- (void)testCopyDatabase; +- (void)testCreateDatabase; @end |