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 2010/08/07 20:18:01 UTC

svn commit: r983277 - /subversion/branches/atomic-revprop/subversion/tests/cmdline/prop_tests.py

Author: danielsh
Date: Sat Aug  7 18:18:01 2010
New Revision: 983277

URL: http://svn.apache.org/viewvc?rev=983277&view=rev
Log:
On the 'atomic-revprop' branch:

* subversion/tests/cmdline/prop_tests.py
  (test_list):  Expect 'atomic_revprop' to pass.

Modified:
    subversion/branches/atomic-revprop/subversion/tests/cmdline/prop_tests.py

Modified: subversion/branches/atomic-revprop/subversion/tests/cmdline/prop_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/atomic-revprop/subversion/tests/cmdline/prop_tests.py?rev=983277&r1=983276&r2=983277&view=diff
==============================================================================
--- subversion/branches/atomic-revprop/subversion/tests/cmdline/prop_tests.py (original)
+++ subversion/branches/atomic-revprop/subversion/tests/cmdline/prop_tests.py Sat Aug  7 18:18:01 2010
@@ -2092,7 +2092,7 @@ test_list = [ None,
               rm_of_replaced_file,
               prop_reject_grind,
               obstructed_subdirs,
-              XFail(atomic_over_ra),
+              atomic_over_ra,
              ]
 
 if __name__ == '__main__':