changeset 26 | d9c2a06d4e4e |
parent 0 | 0a6527af039b |
1.1 --- a/iPhone/MYCrypto_iPhoneAppDelegate.m Sat Apr 04 20:42:03 2009 -0700 1.2 +++ b/iPhone/MYCrypto_iPhoneAppDelegate.m Wed Jul 01 14:19:13 2009 -0700 1.3 @@ -19,11 +19,12 @@ 1.4 1.5 // Override point for customization after application launch 1.6 [window makeKeyAndVisible]; 1.7 - 1.8 + /* 1.9 static const char *testArgs[] = {"MYCrypto", "Test_All"}; 1.10 int argc = 2; 1.11 const char **argv = testArgs; 1.12 RunTestCases(argc,argv); 1.13 + */ 1.14 } 1.15 1.16