Author: danielsh
Date: Thu Apr 4 14:40:25 2013
New Revision: 1464575
URL: http://svn.apache.org/r1464575
Log:
Follow-up to r1464570.
* subversion/tests/libsvn_subr/error-test.c
(test_error_symbolic_name): Fix typo in comment.
Modified:
subversion/trunk/subversion/tests/libsvn_subr/error-test.c
Modified: subversion/trunk/subversion/tests/libsvn_subr/error-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/error-test.c?rev=1464575&r1=1464574&r2=1464575&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/error-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/error-test.c Thu Apr 4
14:40:25 2013
@@ -199,7 +199,7 @@ test_error_symbolic_name(apr_pool_t *poo
{ SVN_ERR_FS_CORRUPT, "SVN_ERR_FS_CORRUPT" },
/* The following two error codes can return either of their names
as the string. For simplicity, test what the current implementation
- returns; but if it starts returning "SVN_ERR_WC_NOT_WORKING_COPY",
+ returns; but if it starts returning "SVN_ERR_WC_NOT_DIRECTORY",
that's fine (and permitted by the API contract). */
{ SVN_ERR_WC_NOT_DIRECTORY, "SVN_ERR_WC_NOT_WORKING_COPY" },
{ SVN_ERR_WC_NOT_WORKING_COPY, "SVN_ERR_WC_NOT_WORKING_COPY" },