You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2015/05/19 19:00:56 UTC

svn commit: r1680346 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

Author: ivan
Date: Tue May 19 17:00:56 2015
New Revision: 1680346

URL: http://svn.apache.org/r1680346
Log:
Revert r1679228: using non-canonical FS path in test  was intentional for 
better test coverage.

Discussion:
http://mail-archives.apache.org/mod_mbox/subversion-dev/201505.mbox/%3C20150
517232520.GD2214%40tarsus.local2%3E

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=1680346&r1=1680345&r2=1680346&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Tue May 19 17:00:56 2015
@@ -6939,7 +6939,7 @@ freeze_and_commit(const svn_test_opts_t
   /* Make some commit using same FS instance. */
   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));