Author: cmpilato
Date: Tue Jul  6 17:49:16 2010
New Revision: 960960

URL: http://svn.apache.org/viewvc?rev=960960&view=rev
Log:
Non-functional test tweaks.

* subversion/tests/cmdline/diff_tests.py
  (diff_preexisting_rev_against_local_add): Tweak docstring and
    description to be a little more accurate (notably, stop claiming
    that this is a test for issue #1675, which is completely untrue).

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=960960&r1=960959&r2=960960&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/diff_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/diff_tests.py Tue Jul  6 17:49:16 
2010
@@ -3133,11 +3133,11 @@ def diff_url_against_local_mods(sbox):
 
 
 #----------------------------------------------------------------------
-# Diff rev against working copy of a removed and locally re-added file.
-# This is issue #1675 ("svn diff -rN added-file" has odd behavior).
+# Diff against old revision of the parent directory of a removed and
+# locally re-added file.
 
 def diff_preexisting_rev_against_local_add(sbox):
-  "diff -r1 of removed file to its local addition"
+  "diff -r1 of dir with removed-then-readded file"
   sbox.build()
   os.chdir(sbox.wc_dir)
 


Reply via email to