Re: svn commit: r1163175 - /subversion/trunk/subversion/tests/svn_test.h

2011-08-30 Thread Daniel Shahaf
Greg Stein wrote on Tue, Aug 30, 2011 at 08:02:01 -0400: > Why the substitution of the "SVN_NO_ERROR" constant? Symmetry with the other branch of the ?: operator.

Re: svn commit: r1163175 - /subversion/trunk/subversion/tests/svn_test.h

2011-08-30 Thread Greg Stein
On Aug 30, 2011 7:34 AM, wrote: >... > +++ subversion/trunk/subversion/tests/svn_test.h Tue Aug 30 11:33:32 2011 > @@ -57,13 +57,14 @@ extern "C" { > * EXPECTED must be a real error (neither SVN_NO_ERROR nor APR_SUCCESS). */ > #define SVN_TEST_ASSERT_ERROR(expr, expected) \ > do { \ > +sv