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

Re: svn commit: r1499747 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 5 Jul 2013 19:03:06 -0400

On Thu, Jul 4, 2013 at 5:51 PM, Bert Huijben <bert_at_qqmail.nl> wrote:
>> -----Original Message-----
>> From: philip_at_apache.org [mailto:philip_at_apache.org]
>> Sent: donderdag 4 juli 2013 15:22
>> To: commits_at_subversion.apache.org
>> Subject: svn commit: r1499747 -
>> /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c
>>
>> Author: philip
>> Date: Thu Jul 4 13:22:00 2013
>> New Revision: 1499747
>>
>> URL: http://svn.apache.org/r1499747
>> Log:
>> Add a regression test for issue 4388.
>>
>> * subversion/tests/libsvn_wc/op-depth-test.c
>> (check_db_actual): Reset statement on error.
>...
>> @@ -1893,7 +1893,7 @@ check_db_actual(svn_test__sandbox_t* b,
>> {
>> const char *local_relpath = svn_sqlite__column_text(stmt, 0, b->pool);
>> if (!apr_hash_get(path_hash, local_relpath, APR_HASH_KEY_STRING))
>> - return svn_error_createf(SVN_ERR_TEST_FAILED,
>> svn_sqlite__close(sdb),
>> + return svn_error_createf(SVN_ERR_TEST_FAILED,
>> svn_sqlite__reset(stmt),
>> "actual '%s' unexpected", local_relpath);
>> apr_hash_set(path_hash, local_relpath, APR_HASH_KEY_STRING, NULL);
>> SVN_ERR(svn_sqlite__step(&have_row, stmt));
>> @@ -1903,7 +1903,7 @@ check_db_actual(svn_test__sandbox_t* b,
>> {
>> const char *local_relpath
>> = svn__apr_hash_index_key(apr_hash_first(b->pool, path_hash));
>> - return svn_error_createf(SVN_ERR_TEST_FAILED,
>> svn_sqlite__close(sdb),
>> + return svn_error_createf(SVN_ERR_TEST_FAILED,
>> svn_sqlite__reset(stmt),
>> "actual '%s' expected", local_relpath);
>
> Are these two changes related to the test? Or is this just fixing existing bugs?

Yeah. The log message says *what*, but doesn't explain *why*. We like
"why" in our log messages :-)

Cheers,
-g
Received on 2013-07-06 01:03:37 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.