You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/05/11 13:19:48 UTC

svn commit: r1481293 - /subversion/trunk/subversion/tests/libsvn_subr/error-test.c

Author: danielsh
Date: Sat May 11 11:19:47 2013
New Revision: 1481293

URL: http://svn.apache.org/r1481293
Log:
Follow-up to r1478606.

* subversion/tests/libsvn_subr/error-test.c
  (test_error_symbolic_name): Test the 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=1481293&r1=1481292&r2=1481293&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/error-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/error-test.c Sat May 11 11:19:47 2013
@@ -207,6 +207,7 @@ test_error_symbolic_name(apr_pool_t *poo
     { SVN_ERR_BAD_CATEGORY_START, "SVN_ERR_BAD_CONTAINING_POOL" },
 #ifdef SVN_DEBUG
     { ENOENT, "ENOENT" },
+    { APR_ENOPOOL, "APR_ENOPOOL" },
 #endif
     /* Test non-errors. */
     { -1, NULL },