aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-05 06:15:26 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-05 06:15:26 +0000
commitaa35fde684e364a9e118c1d737336abdff25350a (patch)
treef32ccfff97eb79d2d289e8242e2f5138b66a4b49 /AppKit/GTMUILocalizerTest.m
parent0cc6f9d00b5006a2b1ef2016048e0815a49f2574 (diff)
[Author: alcor]
Update Large UI with latest nib Add toolbar to prefs Add toolbar localization R=dmaclach DELTA=4125 (3054 added, 462 deleted, 609 changed)
Diffstat (limited to 'AppKit/GTMUILocalizerTest.m')
-rw-r--r--AppKit/GTMUILocalizerTest.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/AppKit/GTMUILocalizerTest.m b/AppKit/GTMUILocalizerTest.m
index d0830ce..6bea385 100644
--- a/AppKit/GTMUILocalizerTest.m
+++ b/AppKit/GTMUILocalizerTest.m
@@ -16,11 +16,14 @@
// the License.
//
+
#import "GTMSenTestCase.h"
#import "GTMUILocalizerTest.h"
#import "GTMNSObject+UnitTesting.h"
#import "GTMUILocalizer.h"
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
+
@interface GTMUILocalizerTest : GTMTestCase
@end
@@ -54,7 +57,6 @@
[controller release];
}
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
- (void)testViewLocalization {
GTMUILocalizerTestViewController *controller
= [[GTMUILocalizerTestViewController alloc] init];