On Wed, Mar 27, 2013 at 01:16:58PM +0100, Bert Huijben wrote:
> >    SVN_TEST_ASSERT(err != SVN_NO_ERROR);
> > +  svn_error_clear(err);
> > +  svn_pool_clear(subpool);
> 
> I think there is some SVN_TEST_ macro that tests for a specific error code 
> and then clears the error for you.
> 
> That would be a more stable test than just assuming any error is ok.

Yes, my plan was to make the test check for a specific error code once
the implementation returns one.

Reply via email to