Author: ivan
Date: Wed May 13 15:37:17 2015
New Revision: 1679228
URL: http://svn.apache.org/r1679228
Log:
Follow-up to r1679269: Use canonical FS path in test.
* subversion/tests/libsvn_fs/fs-test.c
(freeze_and_commit): Use "/" instead of "" as PATH argument for
svn_fs_change_node_prop().
Modified:
subversion/trunk/subversion/tests/libsvn_fs/fs-test.c
Modified: subversion/trunk/subversion/tests/libsvn_fs/fs-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs/fs-test.c?rev=1679228&r1=1679227&r2=1679228&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Wed May 13 15:37:17
2015
@@ -6930,7 +6930,7 @@ freeze_and_commit(const svn_test_opts_t
/* Make some commit. */
SVN_ERR(svn_fs_begin_txn(&txn, fs, new_rev, pool));
SVN_ERR(svn_fs_txn_root(&txn_root, txn, pool));
- SVN_ERR(svn_fs_change_node_prop(txn_root, "", "temperature",
+ SVN_ERR(svn_fs_change_node_prop(txn_root, "/", "temperature",
svn_string_create("310.05", pool),
pool));
SVN_ERR(test_commit_txn(&new_rev, txn, NULL, pool));