From 0f3ce372c0c777287f81f6db2f8431a4d32f1cd4 Mon Sep 17 00:00:00 2001 From: Marius Ursache Date: Sat, 27 Feb 2016 09:21:29 +1100 Subject: Revert "Fixed testCopyTableFromTo_NoPermissions test" This reverts commit 4d2ec773b833b06fd6925502eb4ac512b1274b86. --- UnitTests/SPTableCopyTest.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'UnitTests') diff --git a/UnitTests/SPTableCopyTest.m b/UnitTests/SPTableCopyTest.m index 563322df..20801786 100644 --- a/UnitTests/SPTableCopyTest.m +++ b/UnitTests/SPTableCopyTest.m @@ -88,9 +88,8 @@ { SPTableCopy *tableCopy = [[SPTableCopy alloc] init]; - [tableCopy setConnection:mockConnection]; - XCTAssertFalse([tableCopy copyTable:@"table_name" from:@"source_db" to:@"target_db"], @"copy operation must fail."); + XCTAssertFalse([tableCopy copyTable:@"table_name" from:@"source_db" to:@"target_db"],@"copy operation must fail."); [tableCopy release]; } -- cgit v1.2.3