aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/mcpKitTest.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-13 23:35:07 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-13 23:35:07 +0000
commit8baab51469e6fe1ea62ce9203d8ef2fe643879d7 (patch)
tree07126df856a05499c35a8ab3f5792dc7126d3c9b /UnitTests/mcpKitTest.h
parentedcb8806b64a017bb25a0d47b2cd8ba4598ce39d (diff)
downloadsequelpro-8baab51469e6fe1ea62ce9203d8ef2fe643879d7.tar.gz
sequelpro-8baab51469e6fe1ea62ce9203d8ef2fe643879d7.tar.bz2
sequelpro-8baab51469e6fe1ea62ce9203d8ef2fe643879d7.zip
Tidy up and fix unit tests.
Diffstat (limited to 'UnitTests/mcpKitTest.h')
-rw-r--r--UnitTests/mcpKitTest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/UnitTests/mcpKitTest.h b/UnitTests/mcpKitTest.h
index 8e5fd508..14f263bd 100644
--- a/UnitTests/mcpKitTest.h
+++ b/UnitTests/mcpKitTest.h
@@ -20,14 +20,14 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// More info at <http://code.google.com/p/sequel-pro/>
-//
#import <SenTestingKit/SenTestingKit.h>
-#import <MCPKit/MCPKit.h>
+
+@class MCPConnection;
@interface mcpKitTest : SenTestCase
{
- MCPConnection *mySQLConnection;
+ MCPConnection *connection;
}
@end