Ben Copsey

Make iPhone tests work with new API

... ... @@ -7,15 +7,9 @@
//
#import <UIKit/UIKit.h>
#import <Foundation/NSDebug.h>
#import "GHUnit.h"
int main(int argc, char *argv[]) {
// Setup any NSDebug settings
NSDebugEnabled = YES;
NSZombieEnabled = YES;
NSDeallocateZombies = NO;
NSHangOnUncaughtException = YES;
setenv("NSAutoreleaseFreedObjectCheckEnabled", "1", 1);
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
... ...