You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ar...@apache.org on 2010/09/20 08:33:48 UTC

svn commit: r998798 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svnrdump_tests_data/copy-parent-modify-prop.dump

Author: artagnon
Date: Mon Sep 20 06:33:48 2010
New Revision: 998798

URL: http://svn.apache.org/viewvc?rev=998798&view=rev
Log:
* subversion/tests/cmdline/svnrdump_tests_data/copy-parent-modify-prop.dump:
  Add new test data from svnsync_tests_data after converting the
  dumpfile from v2 to v3 for svnrdump.

* subversion/tests/cmdline/svnrdump_tests.py
  (copy_parent_modify_prop_dump, copy_parent_modify_prop_load): Add a
  couple of tests to use the added test data.
  (test_list): Run the added tests and mark them as passing.

Added:
    subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/copy-parent-modify-prop.dump
Modified:
    subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py?rev=998798&r1=998797&r2=998798&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py Mon Sep 20 06:33:48 2010
@@ -223,6 +223,14 @@ def dir_prop_change_load(sbox):
   "load: directory property changes"
   run_load_test(sbox, "dir-prop-change.dump")
 
+def copy_parent_modify_prop_dump(sbox):
+  "dump: copy parent and modify prop"
+  run_dump_test(sbox, "copy-parent-modify-prop.dump")
+
+def copy_parent_modify_prop_load(sbox):
+  "load: copy parent and modify prop"
+  run_load_test(sbox, "copy-parent-modify-prop.dump")
+
 ########################################################################
 # Run the tests
 
@@ -243,6 +251,8 @@ test_list = [ None,
               tag_empty_trunk_load,
               dir_prop_change_dump,
               dir_prop_change_load,
+              copy_parent_modify_prop_dump,
+              copy_parent_modify_prop_load,
               no_author_dump,
               no_author_load,
               Wimp("TODO", move_and_modify_in_the_same_revision_dump),

Added: subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/copy-parent-modify-prop.dump
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/copy-parent-modify-prop.dump?rev=998798&view=auto
==============================================================================
Files subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/copy-parent-modify-prop.dump (added) and subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/copy-parent-modify-prop.dump Mon Sep 20 06:33:48 2010 differ