You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/11/10 18:07:55 UTC

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

Author: julianfoad
Date: Tue Nov 10 17:07:55 2015
New Revision: 1713700

URL: http://svn.apache.org/viewvc?rev=1713700&view=rev
Log:
* subversion/tests/libsvn_fs/fs-test.c
  (compare_contents): Add a doc string with a note about incompleteness.

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=1713700&r1=1713699&r2=1713700&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Tue Nov 10 17:07:55 2015
@@ -5960,6 +5960,9 @@ purge_txn_test(const svn_test_opts_t *op
   return SVN_NO_ERROR;
 }
 
+/* Test svn_fs_{contents,props}_{different,changed}().
+ * ### This currently only tests them on revision roots, not on txn roots.
+ */
 static svn_error_t *
 compare_contents(const svn_test_opts_t *opts,
                  apr_pool_t *pool)