You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "S.Ramaswamy" <ra...@collab.net> on 2005/04/03 13:34:42 UTC

[PATCH] - Locking tests to verify 'svn status' (v2)

v2 of the patch has been rewritten to use run_and_verify_status(),
instead of run_and_verify_svn(). The repository_locks_status test
has been merged with locks_test().

ChangeLog :

* subversion/tests/clients/cmdline/lock_tests.py
  (lock_status) : New. Verify 'svn stat' from the
    working copy having a representation of the lock
    and another working copy.

  (stolen_lock_status) : New. Verify 'svn stat'
    after stealing the lock from another working copy.

  (broken_lock_status) : New. Verify 'svn stat'
    after breaking the lock from another working copy.

  (test_list) : Added lock_status, stolen_lock_status,
    and broken_lock_status to the list of tests.



Re: [PATCH] - Locking tests to verify 'svn status' (v2)

Posted by "Brian W. Fitzpatrick" <fi...@collab.net>.
On Sun, 2005-04-03 at 06:34 -0700, S.Ramaswamy wrote:
> v2 of the patch has been rewritten to use run_and_verify_status(),
> instead of run_and_verify_svn(). The repository_locks_status test
> has been merged with locks_test().

Committed in r13899.

Thanks!

-Fitz


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org