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

svn commit: r1033606 - /subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c

Author: cmpilato
Date: Wed Nov 10 17:39:26 2010
New Revision: 1033606

URL: http://svn.apache.org/viewvc?rev=1033606&view=rev
Log:
Rename some test filesystems for consistency.

* subversion/tests/libsvn_fs_fs/fs-pack-test.c
  (get_set_revprop_packed_fs, recover_fully_packed): Stick with the
    "test-repo-*" naming paradigm for FS tests.

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

Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c?rev=1033606&r1=1033605&r2=1033606&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c Wed Nov 10 17:39:26 2010
@@ -356,7 +356,7 @@ commit_packed_fs(const svn_test_opts_t *
 #undef SHARD_SIZE
 
 /* ------------------------------------------------------------------------ */
-#define REPO_NAME "test-get-set-revprop-packed-fs"
+#define REPO_NAME "test-repo-get-set-revprop-packed-fs"
 #define SHARD_SIZE 4
 #define MAX_REV 1
 static svn_error_t *
@@ -409,7 +409,7 @@ get_set_revprop_packed_fs(const svn_test
 /* ------------------------------------------------------------------------ */
 /* Regression test for issue #3571 (fsfs 'svnadmin recover' expects
    youngest revprop to be outside revprops.db). */
-#define REPO_NAME "test-recover-fully-packed"
+#define REPO_NAME "test-repo-recover-fully-packed"
 #define SHARD_SIZE 4
 #define MAX_REV 7
 static svn_error_t *