From be889d78f77920dd99b6b08d7f4c0200b5ef8371 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 8 Sep 2009 17:15:24 +0000 Subject: [Author: dmaclach] Fix up unit test for GTMFadeTruncatingTextFieldCellTest so that it only runs on Leopard+. R=thomasvl,alcor DELTA=4 (4 added, 0 deleted, 0 changed) --- AppKit/GTMFadeTruncatingTextFieldCellTest.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AppKit/GTMFadeTruncatingTextFieldCellTest.m') diff --git a/AppKit/GTMFadeTruncatingTextFieldCellTest.m b/AppKit/GTMFadeTruncatingTextFieldCellTest.m index d457195..d3f328f 100644 --- a/AppKit/GTMFadeTruncatingTextFieldCellTest.m +++ b/AppKit/GTMFadeTruncatingTextFieldCellTest.m @@ -15,6 +15,8 @@ // the License. // +#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 + #import "GTMSenTestCase.h" #import "GTMAppKit+UnitTesting.h" #import "GTMFadeTruncatingTextFieldCell.h" @@ -40,3 +42,5 @@ } @end + +#endif // MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 -- cgit v1.2.3