You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/02/14 19:13:29 UTC

svn commit: r1446288 - /subversion/trunk/subversion/tests/cmdline/diff_tests.py

Author: rhuijben
Date: Thu Feb 14 18:13:29 2013
New Revision: 1446288

URL: http://svn.apache.org/r1446288
Log:
* subversion/tests/cmdline/diff_tests.py
  (local_tree_replace): Following up on r1446279, update expected result.
    (or commit file missing from original commit)

Modified:
    subversion/trunk/subversion/tests/cmdline/diff_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/diff_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/diff_tests.py?rev=1446288&r1=1446287&r2=1446288&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/diff_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/diff_tests.py Thu Feb 14 18:13:29 2013
@@ -4311,15 +4311,6 @@ def local_tree_replace(sbox):
   svntest.actions.run_and_verify_svn(None, None, [],
                                      'add', sbox.ospath('A/B'))
 
-  # By default we ignore ancestry, so there are no differences against r1
-  expected_output = []
-  svntest.actions.run_and_verify_svn(None, expected_output, [],
-                                     'diff', wc_dir,
-                                     '-r', '2',
-                                     '--show-copies-as-adds')
-  # Note that 'svn diff' without revision diffs against pristine, which would
-  # would show differences!
-
   # And now check with ancestry
 
   line = '===================================================================\n'