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 2016/06/05 13:14:47 UTC

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

Author: stefan2
Date: Sun Jun  5 13:14:47 2016
New Revision: 1746909

URL: http://svn.apache.org/viewvc?rev=1746909&view=rev
Log:
Enable 'test commit with locked rep-cache' for FSX as well since r1746907
added the support for it.

* subversion/tests/libsvn_fs/fs-test.c
  (commit_with_locked_rep_cache): Update the skip condition.

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=1746909&r1=1746908&r2=1746909&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Sun Jun  5 13:14:47 2016
@@ -7137,9 +7137,9 @@ commit_with_locked_rep_cache(const svn_t
   const char *fs_path;
   const char *statements[] = { "SELECT MAX(revision) FROM rep_cache", NULL };
 
-  if (strcmp(opts->fs_type, SVN_FS_TYPE_FSFS) != 0)
+  if (strcmp(opts->fs_type, SVN_FS_TYPE_BDB) == 0)
     return svn_error_create(SVN_ERR_TEST_SKIPPED, NULL,
-                            "this will test FSFS repositories only");
+                            "this will not test BDB repositories");
 
   if (opts->server_minor_version && (opts->server_minor_version < 6))
     return svn_error_create(SVN_ERR_TEST_SKIPPED, NULL,