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

Re: svn commit: r1505055 - /subversion/trunk/subversion/tests/libsvn_subr/string-test.c

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Sat, 20 Jul 2013 02:32:55 +0400

On Sat, Jul 20, 2013 at 2:29 AM, <stefan2_at_apache.org> wrote:
> Author: stefan2
> Date: Fri Jul 19 22:29:21 2013
> New Revision: 1505055
>
> URL: http://svn.apache.org/r1505055
> Log:
> Add a test case for base36 string conversion.
>
> * subversion/tests/libsvn_subr/string-test.c
> (sub_test_base36): new two-way conversion test
> (test_base36): test the conversion with a few different values
> (test_funcs): register the new test
>
> Modified:
> subversion/trunk/subversion/tests/libsvn_subr/string-test.c
>
> Modified: subversion/trunk/subversion/tests/libsvn_subr/string-test.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/string-test.c?rev=1505055&r1=1505054&r2=1505055&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/tests/libsvn_subr/string-test.c (original)
> +++ subversion/trunk/subversion/tests/libsvn_subr/string-test.c Fri Jul 19 22:29:21 2013
> @@ -537,7 +537,42 @@ test24(apr_pool_t *pool)
> SVN_TEST_ASSERT(length == 20);
> SVN_TEST_STRING_ASSERT(buffer, "18446744073709551615");
>
> - return test_stringbuf_unequal("abc", "abb", pool);
> + return SVN_NO_ERROR;
> +}
Looks like unwanted or undocumented change. Isn't it?

-- 
Ivan Zhakov
CTO | VisualSVN | http://www.visualsvn.com
Received on 2013-07-20 00:33:46 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.