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 2014/05/04 13:52:49 UTC

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

Author: stefan2
Date: Sun May  4 11:52:49 2014
New Revision: 1592337

URL: http://svn.apache.org/r1592337
Log:
* subversion/tests/libsvn_fs/fs-test.c
  (commit_timestamp,
   dir_prop_merge): In tests, use repository names that match our
                    svn:ignore pattern(s).

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=1592337&r1=1592336&r2=1592337&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Sun May  4 11:52:49 2014
@@ -5099,7 +5099,7 @@ commit_timestamp(const svn_test_opts_t *
   apr_hash_t *proplist;
   svn_string_t *svn_date;
 
-  SVN_ERR(svn_test__create_fs(&fs, "test-commit-timestamp",
+  SVN_ERR(svn_test__create_fs(&fs, "test-fs-commit-timestamp",
                               opts, pool));
 
   /* Commit with a specified svn:date. */
@@ -5244,7 +5244,7 @@ dir_prop_merge(const svn_test_opts_t *op
   svn_boolean_t is_bdb = strcmp(opts->fs_type, "bdb") == 0;
 
   /* Create test repository. */
-  SVN_ERR(svn_test__create_fs(&fs, "test-dir_prop-merge", opts, pool));
+  SVN_ERR(svn_test__create_fs(&fs, "test-fs-dir_prop-merge", opts, pool));
 
   SVN_ERR(svn_fs_begin_txn(&txn, fs, 0, pool));
   SVN_ERR(svn_fs_txn_root(&root, txn, pool));