aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-07-28 23:02:00 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-07-28 23:02:00 +0000
commiteb679833e71ba911ad40837247ed31fb8c96b50f (patch)
tree51808b4768cac0ebaed1b4861996b0bec481b203 /AppKit/GTMUILocalizerTest.m
parent9831100e5b25c45a678ff763db15c881f26bfa3f (diff)
[Author: dmaclach]
Fix up the GTM build due to problems with GTMULocalizer. TBR=thomasvl DELTA=1128 (713 added, 411 deleted, 4 changed)
Diffstat (limited to 'AppKit/GTMUILocalizerTest.m')
-rw-r--r--AppKit/GTMUILocalizerTest.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/AppKit/GTMUILocalizerTest.m b/AppKit/GTMUILocalizerTest.m
index 1f87067..bc29099 100644
--- a/AppKit/GTMUILocalizerTest.m
+++ b/AppKit/GTMUILocalizerTest.m
@@ -52,14 +52,8 @@
= [[GTMUILocalizerTestWindowController alloc] init];
NSWindow *window = [controller window];
STAssertNotNil(window, nil);
-
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
GTMAssertObjectStateEqualToStateNamed(window,
@"GTMUILocalizerWindow1State", nil);
-#else
- GTMAssertObjectStateEqualToStateNamed(window,
- @"GTMUILocalizerWindow1State_10_4", nil);
-#endif
NSBundle *bundle = [NSBundle bundleForClass:[self class]];
GTMUILocalizer *localizer = [[GTMUILocalizer alloc] initWithBundle:bundle];