Author: peters
Date: Wed Dec 29 09:25:56 2010
New Revision: 1053577
URL: http://svn.apache.org/viewvc?rev=1053577&view=rev
Log:
Followup r1053469: Fix test by adjusting source code line number.
* subversion/tests/libsvn_subr/error-test.c
(test_error_purge_tracing): Adjust an expected line number.
Seems to be required after almost any edit to libsvn_subr/error.c.
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=1053577&r1=1053576&r2=1053577&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/error-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/error-test.c Wed Dec 29
09:25:56 2010
@@ -169,7 +169,7 @@ test_error_purge_tracing(apr_pool_t *poo
assert that the error is being thrown from the expected
line and not from another assertion that could be
introduced in the future. */
- SVN_TEST_ASSERT(376 == err3_copy.line);
+ SVN_TEST_ASSERT(379 == err3_copy.line);
}
else
{