[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 25 Apr 2012 08:31:50 +0100 (BST)

Greg Stein wrote:
> On Apr 24, 2012 11:51 AM, <julianfoad_at_apache.org> wrote:
>>  /** Handy macro for testing string equality.
>> + * EXPR and/or EXPECTED_EXPR may be NULL.
>>  */
>... may be NULL, indicating failure.

No, I mean NULL is now a valid value to expect and test for.  I changed the doc string to:

/** Handy macro for testing string equality.
 *
 * EXPR and/or EXPECTED_EXPR may be NULL which compares equal to NULL and
 * not equal to any non-NULL string.
 */

in r1330135.

- Julian
Received on 2012-04-25 09:32:27 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.