Author: philip
Date: Fri Aug 22 13:33:06 2014
New Revision: 1619802

URL: http://svn.apache.org/r1619802
Log:
* subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c
  (test_funcs): Followup to r1619774, mark revprop_caching_on_off PASS.

Modified:
    subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c

Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c?rev=1619802&r1=1619801&r2=1619802&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c Fri Aug 22 
13:33:06 2014
@@ -1266,9 +1266,8 @@ static struct svn_test_descriptor_t test
                        "upgrade txns started before svnadmin upgrade"),
     SVN_TEST_OPTS_PASS(metadata_checksumming,
                        "metadata checksums being checked"),
-    SVN_TEST_OPTS_WIMP(revprop_caching_on_off,
-                       "change revprops with enabled and disabled caching",
-                       "fails with FSFS / svn_named_atomic__is_efficient()"),
+    SVN_TEST_OPTS_PASS(revprop_caching_on_off,
+                       "change revprops with enabled and disabled caching"),
     SVN_TEST_NULL
   };
 


Reply via email to