From 2aaa1bea3adcddeff6e33494052eb6bd946bd124 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 6 Jan 2011 22:41:32 +0000 Subject: Tidy up and fix MCPKit test cases. --- UnitTests/MCPKitTest.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'UnitTests/MCPKitTest.h') diff --git a/UnitTests/MCPKitTest.h b/UnitTests/MCPKitTest.h index d4d1ffec..926780fa 100644 --- a/UnitTests/MCPKitTest.h +++ b/UnitTests/MCPKitTest.h @@ -27,6 +27,17 @@ @class MCPConnection; +/** + * @class MCPKitTest MCPKitTest.h + * + * MCPKit test case class. + * + * Note that this test case class uses the 'sakila' database to perform it's tests. It is available from: + * + * http://downloads.mysql.com/docs/sakila-db.zip + * + * You must also create a user called 'sp_tester' with no password and all permissions on the database 'sakila'. + */ @interface MCPKitTest : SenTestCase { MCPConnection *connection; -- cgit v1.2.3