1.1 --- a/iPhone/MYCrypto_iPhone_main.m Sat Apr 04 20:42:03 2009 -0700
1.2 +++ b/iPhone/MYCrypto_iPhone_main.m Wed Jul 01 14:19:13 2009 -0700
1.3 @@ -9,14 +9,12 @@
1.4 #import <UIKit/UIKit.h>
1.5
1.6 int main(int argc, char *argv[]) {
1.7 - /*
1.8 if (argc<2) {
1.9 static char *testArgs[] = {"MYCrypto", "Test_All"};
1.10 argc = 2;
1.11 argv = testArgs;
1.12 }
1.13 RunTestCases(argc,(const char**)argv);
1.14 - */
1.15
1.16 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
1.17 int retVal = UIApplicationMain(argc, argv, nil, nil);