aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMTransientRootProxyTest.m
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2009-03-13
| | | | | | | | | Fixes up the transient root proxy support so that it's faster and doesn't leak. It also adds the missing timeouts, and now works with generic NSPorts instead of just socket ports. I will update the release notes, and change the file names over from RootSocket to RootPort once these gets approved. DELTA=336 (95 added, 110 deleted, 131 changed) R=krisr,thomasvl
* - increase some test coverageGravatar thomasvl@gmail.com2009-03-11
| | | | | | - fixed system include in GTMTheme - put the logging of execected dev logs under env control and default it to off to make unittest output a little easier to read.
* - Changed gtm_createCGPath to gtm_cgPath in GTMNSBezier+CGPath. The pathGravatar thomasvl@gmail.com2009-03-05
| | | | | | | | | | | | returned is now autoreleased so you don't need to worry about releasing it. - Made some changes to the GTMNSObject+UnitTesting APIs. Specifically renamed gtm_createUnitTestImage to gtm_unitTestImage. The value it returns is now autoreleased, so no need to release it. Also change gtm_createUnitTestBitmapOfSize:withData: to a C function. - Cleaned up GTM so that it passes the Clang checker without any warnings.
* adding DO helpersGravatar thomasvl@gmail.com2009-02-26