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

Re: svn commit: r12235 - in branches/locking/subversion: include tests tests/libsvn_delta tests/libsvn_diff tests/libsvn_fs tests/libsvn_fs_base tests/libsvn_repos tests/libsvn_subr tests/libsvn_wc

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-12-10 03:53:11 CET

fitz@tigris.org wrote:

>Author: fitz
>Date: Tue Dec 7 22:58:31 2004
>New Revision: 12235
>
>

>Log:
>Change the C testsuite to allow testing of the fsfs backend by passing
>--fstype=fsfs.
>
>
Typo here? Should probably be --fs-type.

>* subversion/tests/libsvn_fs/run-fs-tests.py: Fix call to run-tests to
> run locks-test.
>
>
Question:

>Modified: branches/locking/subversion/tests/libsvn_fs/run-fs-tests.py
>Url: http://svn.collab.net/viewcvs/svn/branches/locking/subversion/tests/libsvn_fs/run-fs-tests.py?view=diff&rev=12235&p1=branches/locking/subversion/tests/libsvn_fs/run-fs-tests.py&r1=12234&p2=branches/locking/subversion/tests/libsvn_fs/run-fs-tests.py&r2=12235
>==============================================================================
>--- branches/locking/subversion/tests/libsvn_fs/run-fs-tests.py (original)
>+++ branches/locking/subversion/tests/libsvn_fs/run-fs-tests.py Tue Dec 7 22:58:31 2004
>@@ -9,8 +9,7 @@
>
> # Run the tests
> import exectest
>-errors = exectest.run_tests(['key-test', 'skel-test',
>- 'strings-reps-test', 'fs-test'])
>+errors = exectest.run_tests(['locks-test'])
> sys.exit(errors)
>
>
Why disable the other tests?

Otherwise, nice work! We've needed this, like, forever.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 10 03:54:39 2004

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.