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/19 15:41:50 UTC

svn commit: r998661 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svnrdump_tests_data/move-and-modify.dump

Author: artagnon
Date: Sun Sep 19 13:41:50 2010
New Revision: 998661

URL: http://svn.apache.org/viewvc?rev=998661&view=rev
Log:
* subversion/tests/cmdline/svnrdump_tests_data/move-and-modify.dump:
  Add new test data from svnsync_tests_data after converting the
  dumpfile from v2 to v3.
* subversion/tests/cmdline/svnrdump_tests.py
  (move_and_modify_in_same_revision_dump): Add a new test to use the
  test data.
  (test_list): Run the new test, but mark it as a WIP because the test
  fails.

Added:
    subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/move-and-modify.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=998661&r1=998660&r2=998661&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py Sun Sep 19 13:41:50 2010
@@ -196,6 +196,10 @@ def modified_in_place_load(sbox):
   "load: modified in place"
   run_load_test(sbox, "modified-in-place.dump")
 
+def move_and_modify_in_the_same_revision_dump(sbox):
+  "dump: move parent & modify child file in same rev"
+  run_dump_test(sbox, "move-and-modify.dump")
+
 ########################################################################
 # Run the tests
 
@@ -214,6 +218,7 @@ test_list = [ None,
               modified_in_place_load,
               no_author_dump,
               no_author_load,
+              Wimp("TODO", move_and_modify_in_the_same_revision_dump),
              ]
 
 if __name__ == '__main__':

Added: subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/move-and-modify.dump
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/move-and-modify.dump?rev=998661&view=auto
==============================================================================
Files subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/move-and-modify.dump (added) and subversion/trunk/subversion/tests/cmdline/svnrdump_tests_data/move-and-modify.dump Sun Sep 19 13:41:50 2010 differ