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:24:35 UTC

svn commit: r983279 - in /subversion/branches/atomic-revprop: BRANCH-README subversion/tests/cmdline/prop_tests.py

Author: danielsh
Date: Sat Aug  7 18:24:35 2010
New Revision: 983279

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

Extend the unit test.

* subversion/tests/cmdline/prop_tests.py
  (atomic_revprop):
    Test another scenario with empty/unset expectation.

* BRANCH-README:
    Mark this as done.

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

Modified: subversion/branches/atomic-revprop/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/atomic-revprop/BRANCH-README?rev=983279&r1=983278&r2=983279&view=diff
==============================================================================
--- subversion/branches/atomic-revprop/BRANCH-README (original)
+++ subversion/branches/atomic-revprop/BRANCH-README Sat Aug  7 18:24:35 2010
@@ -22,9 +22,7 @@ Planned work
   - [DONE] ra_local: Trivial.
   - [DONE] ra_svn: Add a 'change-rev-prop2' verb.
   - [DONE] ra_dav: Extend PROPPATCH: see notes/http-and-webdav/webdav-protocol
-  - [DONE] unit test
-      prop_tests.py 34: atomic_over_ra()
-  - TODO: extend it to test props set to the empty string and unset props
+  - [DONE] unit test: prop_tests.py 34: atomic_over_ra()
   - upgrade svn_ra_change_rev_prop() callers
 
 * [DONE] client support: svn_client_revprop_set2()

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=983279&r1=983278&r2=983279&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:24:35 2010
@@ -2037,6 +2037,7 @@ def atomic_over_ra(sbox):
   PASSES_WITHOUT_BPV(s3, s2)
 
   # Value of "flower" is 's2'.
+  FAILS_WITH_BPV(None, None)
   FAILS_WITH_BPV(s1, None)
   FAILS_WITH_BPV(s3, None)
   PASSES_WITHOUT_BPV(s2, None)