You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/01/26 04:42:31 UTC

svn commit: r1063595 - in /subversion/trunk/subversion/tests/cmdline: ./ svnsync_tests_data/

Author: danielsh
Date: Wed Jan 26 03:42:30 2011
New Revision: 1063595

URL: http://svn.apache.org/viewvc?rev=1063595&view=rev
Log:
Rename for consistency.

* subversion/tests/cmdline/svnsync_tests_data/descend_into_replace.dump
* subversion/tests/cmdline/svnsync_tests_data/descend_into_replace.expected.dump
* subversion/tests/cmdline/svnsync_tests_data/dir_prop_change.dump
* subversion/tests/cmdline/svnsync_tests_data/repo_with_copy_of_root_dir.dump:
     Rename...

* subversion/tests/cmdline/svnsync_tests_data/descend-into-replace.dump
* subversion/tests/cmdline/svnsync_tests_data/descend-into-replace.expected.dump
* subversion/tests/cmdline/svnsync_tests_data/dir-prop-change.dump
* subversion/tests/cmdline/svnsync_tests_data/repo-with-copy-of-root-dir.dump
     ...to this.

* subversion/tests/cmdline/svnsync_tests.py
  (dir_prop_change, descend_into_replace, commit_a_copy_of_root):
    Track renames.

Added:
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/descend-into-replace.dump
      - copied unchanged from r1063593, subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/descend_into_replace.dump
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/descend-into-replace.expected.dump
      - copied unchanged from r1063593, subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/descend_into_replace.expected.dump
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/dir-prop-change.dump
      - copied unchanged from r1063593, subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/dir_prop_change.dump
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/repo-with-copy-of-root-dir.dump
      - copied unchanged from r1063593, subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/repo_with_copy_of_root_dir.dump
Removed:
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/descend_into_replace.dump
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/descend_into_replace.expected.dump
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/dir_prop_change.dump
    subversion/trunk/subversion/tests/cmdline/svnsync_tests_data/repo_with_copy_of_root_dir.dump
Modified:
    subversion/trunk/subversion/tests/cmdline/svnsync_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/svnsync_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnsync_tests.py?rev=1063595&r1=1063594&r2=1063595&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnsync_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnsync_tests.py Wed Jan 26 03:42:30 2011
@@ -278,7 +278,7 @@ def tag_with_modified_file(sbox):
 
 def dir_prop_change(sbox):
   "directory property changes"
-  run_test(sbox, "dir_prop_change.dump")
+  run_test(sbox, "dir-prop-change.dump")
 
 #----------------------------------------------------------------------
 
@@ -794,7 +794,7 @@ def delete_svn_props(sbox):
 def commit_a_copy_of_root(sbox):
   "commit a copy of root causes sync to fail"
   #Testcase for issue 3438.
-  run_test(sbox, "repo_with_copy_of_root_dir.dump")
+  run_test(sbox, "repo-with-copy-of-root-dir.dump")
 
 # issue #3641 'svnsync fails to partially copy a repository'.
 # This currently fails because while replacements with history
@@ -834,8 +834,8 @@ def commit_a_copy_of_root(sbox):
 #                 mkdir %ROOT_URL%/trunk/H/Z/B
 def descend_into_replace(sbox):
   "descending into replaced dir looks in src"
-  run_test(sbox, "descend_into_replace.dump", subdir='/trunk/H',
-           exp_dump_file_name = "descend_into_replace.expected.dump")
+  run_test(sbox, "descend-into-replace.dump", subdir='/trunk/H',
+           exp_dump_file_name = "descend-into-replace.expected.dump")
 
 # issue #3728
 def delete_revprops(sbox):