From 8baab51469e6fe1ea62ce9203d8ef2fe643879d7 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 13 Nov 2009 23:35:07 +0000 Subject: Tidy up and fix unit tests. --- UnitTests/mcpKitTest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UnitTests/mcpKitTest.h') 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 -// #import -#import + +@class MCPConnection; @interface mcpKitTest : SenTestCase { - MCPConnection *mySQLConnection; + MCPConnection *connection; } @end -- cgit v1.2.3