From bc4c01b1c4729e3be448503e6ad2f6799834abca Mon Sep 17 00:00:00 2001 From: drx777 Date: Wed, 28 Apr 2010 23:09:12 +0000 Subject: * removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place here * minor restructuring of SPTableCopy for readability and debuggability * corrected wrong default copyright header on some files * SPCopyTableTest: removed testCopyTableFromTo since it is integrated in testCopyTableFromToWithData; * SPCopyTableTest: fixed test to reflect two queries table creation (show create and create) instead of create like (<4.1 compatibility) --- UnitTests/SPDatabaseCopyTest.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'UnitTests/SPDatabaseCopyTest.h') diff --git a/UnitTests/SPDatabaseCopyTest.h b/UnitTests/SPDatabaseCopyTest.h index 75c225e9..641b3cdd 100644 --- a/UnitTests/SPDatabaseCopyTest.h +++ b/UnitTests/SPDatabaseCopyTest.h @@ -1,7 +1,7 @@ // // $Id$ // -// DatabaseCopyTest.h +// SPDatabaseCopyTest.h // sequel-pro // // Created by David Rekowski @@ -30,7 +30,6 @@ @interface SPDatabaseCopyTest : SenTestCase { } - (void) testCopyDatabase; -- (void) testCopyDatabaseTables; - (void) testCreateDatabase; @end -- cgit v1.2.3