aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Tests/QKSelectQueryTests.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-07-15 11:54:55 +0000
committerstuconnolly <stuart02@gmail.com>2012-07-15 11:54:55 +0000
commit174b18e6f6b8a57d396e7fe482b349f82acb0a7c (patch)
treee57237e9e32eefc1ab4c47bf2c6f477ad566beae /Frameworks/QueryKit/Tests/QKSelectQueryTests.m
parente94aba4e949c5ca125fd211b403697a580a6ce39 (diff)
downloadsequelpro-174b18e6f6b8a57d396e7fe482b349f82acb0a7c.tar.gz
sequelpro-174b18e6f6b8a57d396e7fe482b349f82acb0a7c.tar.bz2
sequelpro-174b18e6f6b8a57d396e7fe482b349f82acb0a7c.zip
Get rid of test case headers.
Diffstat (limited to 'Frameworks/QueryKit/Tests/QKSelectQueryTests.m')
-rw-r--r--Frameworks/QueryKit/Tests/QKSelectQueryTests.m11
1 files changed, 10 insertions, 1 deletions
diff --git a/Frameworks/QueryKit/Tests/QKSelectQueryTests.m b/Frameworks/QueryKit/Tests/QKSelectQueryTests.m
index dc31d353..8e12e13a 100644
--- a/Frameworks/QueryKit/Tests/QKSelectQueryTests.m
+++ b/Frameworks/QueryKit/Tests/QKSelectQueryTests.m
@@ -28,9 +28,18 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
-#import "QKSelectQueryTests.h"
#import "QKTestConstants.h"
+#import <QueryKit/QueryKit.h>
+#import <SenTestingKit/SenTestingKit.h>
+
+@interface QKSelectQueryTests : SenTestCase
+{
+ QKQuery *_query;
+}
+
+@end
+
@implementation QKSelectQueryTests
#pragma mark -