From e26b7d2fac4e31c5d8d31e996bf54e39d311e712 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 8 Sep 2009 21:00:27 +0000 Subject: [Author: dmaclach] Fix up GTMUILocalizerTest which wasn't finding the nib with . in the name appropriately. R=thomasvl,alcor DELTA=5468 (2729 added, 2729 deleted, 10 changed) --- AppKit/GTMUILocalizerTest.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AppKit/GTMUILocalizerTest.m') diff --git a/AppKit/GTMUILocalizerTest.m b/AppKit/GTMUILocalizerTest.m index 7ef4cd8..8c93b49 100644 --- a/AppKit/GTMUILocalizerTest.m +++ b/AppKit/GTMUILocalizerTest.m @@ -37,7 +37,7 @@ @"GTMUILocalizerWindow1State", nil); #else GTMAssertObjectStateEqualToStateNamed(window, - @"GTMUILocalizerWindow1State.10.4", nil); + @"GTMUILocalizerWindow1State_10_4", nil); #endif NSBundle *bundle = [NSBundle bundleForClass:[self class]]; @@ -87,7 +87,7 @@ #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 return [self initWithWindowNibName:@"GTMUILocalizerTestWindow"]; #else - return [self initWithWindowNibName:@"GTMUILocalizerTestWindow10.4"]; + return [self initWithWindowNibName:@"GTMUILocalizerTestWindow_10_4"]; #endif // MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 } -- cgit v1.2.3