Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2009-05-16 15:35:06 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c2584da586ad1e5d9cd5eb3b3314d56650b2fdb
8c2584da
1 parent
d70a6c6f
Make iPhone tests work with new API
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
Frameworks/libGHUnitIPhone/GHUnitIPhoneTestMain.m
Frameworks/libGHUnitIPhone/GHUnitIPhoneTestMain.m
View file @
8c2584d
...
...
@@ -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
];
...
...
Please
register
or
login
to post a comment