From ba6a7fac93619f3e74784b1ffbaaf9561247dcdf Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 22 Jan 2013 15:59:56 +0000 Subject: Don't need to set the test delegate. --- Frameworks/PostgresKit/Tests/PGDataTypeTests.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Frameworks') diff --git a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m index b334c9f6..c775049f 100644 --- a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m +++ b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m @@ -131,9 +131,7 @@ static NSUInteger PGTestDatabasePort = 5432; #pragma mark Private API - (void)_establishConnection -{ - [_connection setDelegate:self]; - +{ [_connection setHost:PGTestDatabaseHost]; [_connection setUser:PGTestDatabaseUser]; [_connection setPort:PGTestDatabasePort]; -- cgit v1.2.3