aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUIUnitTestingHarness/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMUIUnitTestingHarness/main.m')
-rw-r--r--UnitTesting/GTMUIUnitTestingHarness/main.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/UnitTesting/GTMUIUnitTestingHarness/main.m b/UnitTesting/GTMUIUnitTestingHarness/main.m
index 7438499..ceff0c9 100644
--- a/UnitTesting/GTMUIUnitTestingHarness/main.m
+++ b/UnitTesting/GTMUIUnitTestingHarness/main.m
@@ -19,14 +19,11 @@
#import <Cocoa/Cocoa.h>
-#import "GTMAppKitUnitTestingUtilities.h"
#import "GTMFoundationUnitTestingUtilities.h"
int main(int argc, char *argv[]) {
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
- [GTMAppKitUnitTestingUtilities setUpForUIUnitTestsIfBeingTested];
-
// Give ourselves a max of 10 minutes for the tests. Sometimes (in automated
// builds) the unittesting bundle fails to load which causes the app to keep
// running forever. This will force it to exit after a certain amount of time