diff options
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 |