Author: dannas
Date: Tue Jul 6 06:24:59 2010
New Revision: 960807
URL: http://svn.apache.org/viewvc?rev=960807&view=rev
Log:
Follow-up to r960800. Property changes should be notified in the same
manner as is done for updates.
* subversion/tests/cmdline/patch_tests.py
(patch_with_properties): See above.
Modified:
subversion/trunk/subversion/tests/cmdline/patch_tests.py
Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=960807&r1=960806&r2=960807&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Tue Jul 6
06:24:59 2010
@@ -2204,7 +2204,7 @@ def patch_with_properties(sbox):
iota_prop_contents = "This is the property 'prop'.\n"
expected_output = [
- "property 'prop' set on '%s\n'" % os.path.join(wc_dir, 'iota'),
+ 'U %s\n' % os.path.join(wc_dir, 'iota'),
]
expected_disk = svntest.main.greek_state.copy()