diff options
author | mtvee <emptyvee@gmail.com> | 2009-05-18 01:06:21 +0000 |
---|---|---|
committer | mtvee <emptyvee@gmail.com> | 2009-05-18 01:06:21 +0000 |
commit | 61da30eb923d774336ad10d252d4d0790999f33f (patch) | |
tree | ed38c0343137633a32e027ef42a6127aff9edb0e /Unit Tests/mcpKitTest.h | |
parent | 6ce469c5f1d99fc3733f4f86d2b046d6abec6728 (diff) | |
download | sequelpro-61da30eb923d774336ad10d252d4d0790999f33f.tar.gz sequelpro-61da30eb923d774336ad10d252d4d0790999f33f.tar.bz2 sequelpro-61da30eb923d774336ad10d252d4d0790999f33f.zip |
- forgot to add the actual test files to the push
Diffstat (limited to 'Unit Tests/mcpKitTest.h')
-rw-r--r-- | Unit Tests/mcpKitTest.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Unit Tests/mcpKitTest.h b/Unit Tests/mcpKitTest.h new file mode 100644 index 00000000..e692cd3c --- /dev/null +++ b/Unit Tests/mcpKitTest.h @@ -0,0 +1,18 @@ +// +// mcpKitTest.h +// sequel-pro +// +// Created by J Knight on 17/05/09. +// Copyright 2009 TalonEdge Ltd.. All rights reserved. +// + +#import <SenTestingKit/SenTestingKit.h> +#import "CMMCPConnection.h" +#import "CMMCPResult.h" + +@interface mcpKitTest : SenTestCase { + + CMMCPConnection *mySQLConnection; +} + +@end |