From a12ab1dd775188342087b848653565d227dd8ecb Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 27 Sep 2012 10:47:43 +0000 Subject: Comment out incomplete tests. --- Frameworks/PostgresKit/Tests/PGDataTypeTests.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Frameworks/PostgresKit') diff --git a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m index c9ec6f8f..6165b524 100644 --- a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m +++ b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m @@ -72,11 +72,11 @@ static NSUInteger PGTestDatabasePort = 5432; [self _addTestForField:@"numeric" withExpectedResult:[NSNumber numberWithDouble:12345.678] connection:connection toTestSuite:testSuite]; [self _addTestForField:@"char" withExpectedResult:@"CHAR" connection:connection toTestSuite:testSuite]; [self _addTestForField:@"varchar" withExpectedResult:@"VARCHAR" connection:connection toTestSuite:testSuite]; - [self _addTestForField:@"date" withExpectedResult: connection:connection toTestSuite:testSuite]; - [self _addTestForField:@"time" withExpectedResult: connection:connection toTestSuite:testSuite]; - [self _addTestForField:@"timetz" withExpectedResult: connection:connection toTestSuite:testSuite]; - [self _addTestForField:@"timestamp" withExpectedResult: connection:connection toTestSuite:testSuite]; - [self _addTestForField:@"timestamptz" withExpectedResult: connection:connection toTestSuite:testSuite]; + //[self _addTestForField:@"date" withExpectedResult: connection:connection toTestSuite:testSuite]; + //[self _addTestForField:@"time" withExpectedResult: connection:connection toTestSuite:testSuite]; + //[self _addTestForField:@"timetz" withExpectedResult: connection:connection toTestSuite:testSuite]; + //[self _addTestForField:@"timestamp" withExpectedResult: connection:connection toTestSuite:testSuite]; + //[self _addTestForField:@"timestamptz" withExpectedResult: connection:connection toTestSuite:testSuite]; [connection release]; -- cgit v1.2.3