[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python test for issue 2548: 'svn lock' hangs on svnserve

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-05-13 16:18:29 CEST

Hi,

attached patch contains an authz test that tries to lock a read-only file.
The action should fail, and the test checks for an Authorization Failed/403
Forbidden error message.

While testing that patch I encountered a bug (now reported in issue 2548),
which is now solved by Peter Lundblad (see:
http://svn.haxx.se/dev/archive-2006-05/0326.shtml ).

So this lock authz test is also a test for issue 2548.

regards,

Lieven.

[[[
Authz test for locking: try to lock a file that's readonly.
This test is also a test for issue 2548

Patch by: Lieven Govaerts <lgo@mobsol.be>

* subversion/tests/cmdline/authz_tests.py
  (authz_write_access): new test that tries to lock a read-only file
]]]

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

Received on Sat May 13 16:22:49 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.