aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-08 17:45:23 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-08 17:45:23 +0000
commit29229aa01d4ef56f614636a7bf0a73403304d994 (patch)
tree1a452deedec4e2b0102d8fa5ed2d9462fd3f5a5d /UnitTesting
parentdb82cd9ae80c2428fc2cf93b46c21b6360b37f0b (diff)
[Author: dmaclach]
Adds CGFloat support to NSNumber R=thomasvl DELTA=219 (217 added, 0 deleted, 2 changed)
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMNSObject+UnitTesting.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/UnitTesting/GTMNSObject+UnitTesting.m b/UnitTesting/GTMNSObject+UnitTesting.m
index 55625c8..8529059 100644
--- a/UnitTesting/GTMNSObject+UnitTesting.m
+++ b/UnitTesting/GTMNSObject+UnitTesting.m
@@ -21,6 +21,7 @@
#import "GTMNSObject+UnitTesting.h"
#import "GTMSystemVersion.h"
#import "GTMGarbageCollection.h"
+#import "GTMNSNumber+64Bit.h"
#if GTM_IPHONE_SDK
#import <UIKit/UIKit.h>
@@ -664,7 +665,7 @@ static NSString *gGTMUnitTestSaveToDirectory = nil;
// LZW Compression for TIFF
NSDictionary *tiffDict
= [NSDictionary dictionaryWithObjectsAndKeys:
- [NSNumber numberWithInt:NSTIFFCompressionLZW],
+ [NSNumber gtm_numberWithUnsignedInteger:NSTIFFCompressionLZW],
(const NSString*)kCGImagePropertyTIFFCompression,
nil];
NSDictionary *destProps