diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-21 06:28:09 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-21 06:28:09 +0000 |
commit | e014abf5d279304ca2f8ca3aafdb31023697e74a (patch) | |
tree | 10b4b0c3c1c1916f15538a844cde01c9f26de981 /Frameworks/QueryKit/Tests/QKTestConstants.h | |
parent | 6c58456bcb63e9a32c32704ada1998fe6a3800ea (diff) | |
download | sequelpro-e014abf5d279304ca2f8ca3aafdb31023697e74a.tar.gz sequelpro-e014abf5d279304ca2f8ca3aafdb31023697e74a.tar.bz2 sequelpro-e014abf5d279304ca2f8ca3aafdb31023697e74a.zip |
QueryKit: Add DELETE query tests.
Diffstat (limited to 'Frameworks/QueryKit/Tests/QKTestConstants.h')
-rw-r--r-- | Frameworks/QueryKit/Tests/QKTestConstants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Frameworks/QueryKit/Tests/QKTestConstants.h b/Frameworks/QueryKit/Tests/QKTestConstants.h index 7c200d3e..1d401c71 100644 --- a/Frameworks/QueryKit/Tests/QKTestConstants.h +++ b/Frameworks/QueryKit/Tests/QKTestConstants.h @@ -41,4 +41,5 @@ extern NSString *QKTestFieldFour; extern NSString *QKTestUpdateValueOne; extern NSString *QKTestUpdateValueTwo; -extern NSUInteger QKTestParameterOne;
\ No newline at end of file +extern NSUInteger QKTestParameterOne; +extern NSString *QKTestParameterTwo;
\ No newline at end of file |