diff -r 0a6527af039b -r aa5eb3fd6ebf iPhone/MYCrypto_iPhoneAppDelegate.m
--- a/iPhone/MYCrypto_iPhoneAppDelegate.m	Sat Apr 04 20:42:03 2009 -0700
+++ b/iPhone/MYCrypto_iPhoneAppDelegate.m	Sun Apr 12 22:16:14 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);
+     */
 }