diff -r 0a6527af039b -r f4709533c816 iPhone/MYCrypto_iPhoneAppDelegate.m --- a/iPhone/MYCrypto_iPhoneAppDelegate.m Sat Apr 04 20:42:03 2009 -0700 +++ b/iPhone/MYCrypto_iPhoneAppDelegate.m Thu Apr 09 21:36:21 2009 -0700 @@ -19,11 +19,12 @@ // Override point for customization after application launch [window makeKeyAndVisible]; - + /* static const char *testArgs[] = {"MYCrypto", "Test_All"}; int argc = 2; const char **argv = testArgs; RunTestCases(argc,argv); + */ }