diff options
author | stuconnolly <stuart02@gmail.com> | 2013-05-21 21:57:57 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-05-21 21:57:57 +0000 |
commit | 9432986de1d25527b133715ab12a8dffc2c5f6b6 (patch) | |
tree | 1297927fb1124cf5ee96c6577db504f0386ff489 /Frameworks/PostgresKit/Tests/PGPostgresResultTests.h | |
parent | 4631fedc1bd61dcf7a51970ffdbf4a62d3319c8a (diff) | |
download | sequelpro-9432986de1d25527b133715ab12a8dffc2c5f6b6.tar.gz sequelpro-9432986de1d25527b133715ab12a8dffc2c5f6b6.tar.bz2 sequelpro-9432986de1d25527b133715ab12a8dffc2c5f6b6.zip |
PostgresKit: Add a common integration test case base.
Diffstat (limited to 'Frameworks/PostgresKit/Tests/PGPostgresResultTests.h')
-rw-r--r-- | Frameworks/PostgresKit/Tests/PGPostgresResultTests.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Tests/PGPostgresResultTests.h b/Frameworks/PostgresKit/Tests/PGPostgresResultTests.h index e519ebeb..f28ac361 100644 --- a/Frameworks/PostgresKit/Tests/PGPostgresResultTests.h +++ b/Frameworks/PostgresKit/Tests/PGPostgresResultTests.h @@ -31,10 +31,11 @@ #import <PostgresKit/PostgresKit.h> #import <SenTestingKit/SenTestingKit.h> -@interface PGPostgresResultTests : SenTestCase +#import "PGPostgresIntegrationTestCase.h" + +@interface PGPostgresResultTests : PGPostgresIntegrationTestCase { PGPostgresResult *_result; - PGPostgresConnection *_connection; } @end |