asunit icon indicating copy to clipboard operation
asunit copied to clipboard

Compile errors in AsynchronousHTTPServiceTestCase

Open robertpenner opened this issue 16 years ago • 1 comments

Three compile errors occur in AsynchronousHTTPServiceTestCase: completeHandler, ioErrorHandler and securityErrorHandler are not found.

Changing the superclass to AsynchronousTestCase resolves the issue (currently TestCase).

I am having troubles with Git thinking all my files are changed when they're not, otherwise I would do the fix myself.

robertpenner avatar Sep 07 '09 20:09 robertpenner

I managed to submit the fix in my fork and sent a pull request.

robertpenner avatar Sep 07 '09 21:09 robertpenner