diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-16 22:52:09 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-16 22:52:09 +0000 |
commit | f5e507a38ba2a73619cfc3349257507c445464af (patch) | |
tree | 41e45a2b66f843592f0ccc759a10b96be2f826b2 /Frameworks/PostgresKit/Resources | |
parent | c2d9b3fd35e64cbb307cc04fb6789dc4656f9ca3 (diff) | |
download | sequelpro-f5e507a38ba2a73619cfc3349257507c445464af.tar.gz sequelpro-f5e507a38ba2a73619cfc3349257507c445464af.tar.bz2 sequelpro-f5e507a38ba2a73619cfc3349257507c445464af.zip |
PostgresKit: Fix the integration tests as well as some issues that they highlighted.
Diffstat (limited to 'Frameworks/PostgresKit/Resources')
-rw-r--r-- | Frameworks/PostgresKit/Resources/Tests-Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Resources/Tests-Info.plist b/Frameworks/PostgresKit/Resources/Tests-Info.plist index a820956d..b88d8638 100644 --- a/Frameworks/PostgresKit/Resources/Tests-Info.plist +++ b/Frameworks/PostgresKit/Resources/Tests-Info.plist @@ -5,7 +5,7 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>PostgresKit</string> + <string>Tests</string> <key>CFBundleIdentifier</key> <string>com.sequelpro.postgreskit.tests</string> <key>CFBundleInfoDictionaryVersion</key> |