From c53ec5520e39096e0804ce8d89a21378c0904481 Mon Sep 17 00:00:00 2001 From: thomasvl Date: Fri, 13 Jun 2008 19:21:50 +0000 Subject: Landing a log of AppleScript/AppleEvent support code. Landing GTMHTTPServer as a simple server but mainly for use in unittesting. _GTMCompileAssert for doing compile time assertions to GTMDefines.h Lots of improvments for UnitTesting, Dave's gonna put up a wiki page shortly with the full details of what can be done. --- AppKit/GTMNSBezierPath+RoundRectTest.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'AppKit/GTMNSBezierPath+RoundRectTest.m') diff --git a/AppKit/GTMNSBezierPath+RoundRectTest.m b/AppKit/GTMNSBezierPath+RoundRectTest.m index c67c4b3..ad64fd4 100644 --- a/AppKit/GTMNSBezierPath+RoundRectTest.m +++ b/AppKit/GTMNSBezierPath+RoundRectTest.m @@ -22,14 +22,14 @@ #import "GTMNSBezierPath+RoundRect.h" #import "GTMAppKit+UnitTesting.h" -@interface GTMNSBezierPath_RoundRectTest : SenTestCase +@interface GTMNSBezierPath_RoundRectTest : GTMTestCase @end @implementation GTMNSBezierPath_RoundRectTest - (void)testRoundRects { - GTMAssertDrawingEqualToFile(self, NSMakeSize(330, 430), - @"GTMNSBezierPath+RoundRectTest", nil, nil); + GTMAssertDrawingEqualToImageNamed(self, NSMakeSize(330, 430), + @"GTMNSBezierPath+RoundRectTest", nil, nil); } // Draws all of our tests so that we can compare this to our stored TIFF file. -- cgit v1.2.3