Author: danielsh
Date: Sat Apr 13 15:13:55 2013
New Revision: 1467647
URL: http://svn.apache.org/r1467647
Log:
Unbreak the build.
* subversion/tests/libsvn_subr/error-test.c
(test_error_symbolic_name): Update expectations for new functionality.
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=1467647&r1=1467646&r2=1467647&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/error-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/error-test.c Sat Apr 13
15:13:55 2013
@@ -205,8 +205,11 @@ test_error_symbolic_name(apr_pool_t *poo
{ SVN_ERR_WC_NOT_WORKING_COPY, "SVN_ERR_WC_NOT_WORKING_COPY" },
/* Test an implementation detail. */
{ SVN_ERR_BAD_CATEGORY_START, "SVN_ERR_BAD_CONTAINING_POOL" },
+#ifdef SVN_DEBUG
+ { ENOENT, "ENOENT" },
+#endif
/* Test non-errors. */
- { 1, NULL },
+ { -1, NULL },
{ SVN_ERR_WC_CATEGORY_START - 1, NULL },
/* Whitebox-test exceptional cases. */
{ SVN_WARNING, "SVN_WARNING" },