aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Tests
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-01-14 14:56:54 +0000
committerstuconnolly <stuart02@gmail.com>2013-01-14 14:56:54 +0000
commit9c95c180b5465f8ad0fea5d67a39806f6644a4e8 (patch)
tree4999667c2f655f45fece75103aa5f5931db436dc /Frameworks/PostgresKit/Tests
parentcef4cd6f5f8c3e0278f6b1809e333af42fee5d94 (diff)
downloadsequelpro-9c95c180b5465f8ad0fea5d67a39806f6644a4e8.tar.gz
sequelpro-9c95c180b5465f8ad0fea5d67a39806f6644a4e8.tar.bz2
sequelpro-9c95c180b5465f8ad0fea5d67a39806f6644a4e8.zip
Fix typos.
Diffstat (limited to 'Frameworks/PostgresKit/Tests')
-rw-r--r--Frameworks/PostgresKit/Tests/PGDataTypeTests.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m
index 6165b524..8bea485e 100644
--- a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m
+++ b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m
@@ -104,7 +104,9 @@ static NSUInteger PGTestDatabasePort = 5432;
- (void)setUp
{
+ PGPostgresResult *queryResult = [_connection executeWithFormat:@"SELECT \"%@\" FROM \"data_types\"", _field];
+ _result = [[queryResult row] objectForKey:_field];
}
- (void)tearDown