You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/09/10 18:22:10 UTC

svn commit: r1382966 - /subversion/branches/inheritable-props/subversion/tests/cmdline/iprop_tests.py

Author: pburba
Date: Mon Sep 10 16:22:09 2012
New Revision: 1382966

URL: http://svn.apache.org/viewvc?rev=1382966&view=rev
Log:
On the inheritable-props branch: Cruft removal.

* subversion/tests/cmdline/iprop_tests.py
  (iprops_pegged_url_targets): Remove some pointless comments and an unused
   variable.

Modified:
    subversion/branches/inheritable-props/subversion/tests/cmdline/iprop_tests.py

Modified: subversion/branches/inheritable-props/subversion/tests/cmdline/iprop_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/tests/cmdline/iprop_tests.py?rev=1382966&r1=1382965&r2=1382966&view=diff
==============================================================================
--- subversion/branches/inheritable-props/subversion/tests/cmdline/iprop_tests.py (original)
+++ subversion/branches/inheritable-props/subversion/tests/cmdline/iprop_tests.py Mon Sep 10 16:22:09 2012
@@ -1198,13 +1198,6 @@ def iprops_pegged_url_targets(sbox):
   sbox.build()
   wc_dir = sbox.wc_dir
 
-  # Paths of note.
-  #C_path = sbox.ospath('A/C')
-  #D_path = sbox.ospath('A/D')
-  #G_path = sbox.ospath('A/D/G')
-  alpha_path = sbox.ospath('A/B/E/alpha')
-  #replaced_alpha_path = sbox.ospath('A/D/G/E/alpha')
-
   # r2 - Set some root properties and some properties on A/D.
   sbox.simple_propset('RootProp1', 'Root-Prop-Val-1-set-in-r2', '.')
   sbox.simple_propset('RootProp2', 'Root-Prop-Val-2-set-in-r2', '.')