You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/03/10 20:57:16 UTC

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

Author: stefan2
Date: Fri Mar 10 20:57:15 2017
New Revision: 1786447

URL: http://svn.apache.org/viewvc?rev=1786447&view=rev
Log:
* subversion/tests/libsvn_fs/fs-test.c
  (test_rep_sharing_strict_content_check): Improve skip message.

Suggested by: danielsh

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=1786447&r1=1786446&r2=1786447&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Fri Mar 10 20:57:15 2017
@@ -7283,7 +7283,7 @@ test_rep_sharing_strict_content_check(co
   /* Bail (with success) on known-untestable scenarios */
   if (strcmp(opts->fs_type, SVN_FS_TYPE_BDB) == 0)
     return svn_error_create(SVN_ERR_TEST_SKIPPED, NULL,
-                            "this will not test BDB repositories");
+                            "BDB repositories don't support rep-sharing");
 
   /* Create 2 repos with same structure & size but different contents */
   fs_path = "test-rep-sharing-strict-content-check1";