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

svn commit: r1387682 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py

Author: danielsh
Date: Wed Sep 19 17:13:25 2012
New Revision: 1387682

URL: http://svn.apache.org/viewvc?rev=1387682&view=rev
Log:
* subversion/tests/cmdline/prop_tests.py
  (atomic_over_ra): Fix typo in comment.

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

Modified: subversion/trunk/subversion/tests/cmdline/prop_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/prop_tests.py?rev=1387682&r1=1387681&r2=1387682&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/prop_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/prop_tests.py Wed Sep 19 17:13:25 2012
@@ -2047,7 +2047,7 @@ def atomic_over_ra(sbox):
   sbox.build(create_wc=False)
   repo_url = sbox.repo_url
 
-  # From this point on, similar to ../libsvn_fs-fs-test.c:revision_props().
+  # From this point on, similar to ../libsvn_fs/fs-test.c:revision_props().
   s1 = "violet"
   s2 = "wrong value"