aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Frameworks/PostgresKit/Tests/PGDataTypeTests.m10
1 files changed, 5 insertions, 5 deletions
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];