Author: philip
Date: Mon Feb 16 12:40:24 2015
New Revision: 1660097
URL: http://svn.apache.org/r1660097
Log:
* subversion/tests/libsvn_ra/ra-test.c
(commit_callback_failure): Make test pass for 1.8 setup without auth baton.
Modified:
subversion/branches/1.8.x-r1659867/subversion/tests/libsvn_ra/ra-test.c
Modified:
subversion/branches/1.8.x-r1659867/subversion/tests/libsvn_ra/ra-test.c
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x-r1659867/subversion/tests/libsvn_ra/ra-test.c?rev=1660097&r1=1660096&r2=1660097&view=diff
==============================================================================
--- subversion/branches/1.8.x-r1659867/subversion/tests/libsvn_ra/ra-test.c
(original)
+++ subversion/branches/1.8.x-r1659867/subversion/tests/libsvn_ra/ra-test.c Mon
Feb 16 12:40:24 2015
@@ -162,7 +162,7 @@ commit_callback_with_failure(const svn_c
apr_time_t timetemp;
SVN_TEST_ASSERT(info != NULL);
- SVN_TEST_STRING_ASSERT(info->author, "jrandom");
+ SVN_TEST_STRING_ASSERT(info->author, ""); /* No auth baton supplied. */
SVN_TEST_STRING_ASSERT(info->post_commit_err, NULL);
SVN_ERR(svn_time_from_cstring(&timetemp, info->date, scratch_pool));