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

Re: svn commit: r1143092 - in /subversion/trunk: build/run_tests.py subversion/tests/cmdline/svntest/main.py

From: noorul Islam. Kamal Malmiyoda <noorul_at_collab.net>
Date: Tue, 5 Jul 2011 20:43:20 +0530

On Jul 5, 2011, at 8:37 PM, "danielsh_at_apache.org" <danielsh_at_apache.org> wrote:

> Author: danielsh
> Date: Tue Jul 5 15:06:25 2011
> New Revision: 1143092
>
> URL: http://svn.apache.org/viewvc?rev=1143092&view=rev
> Log:
> * build/run_tests.py
> (TestHarness.__init__): Restrict --server-minor-version to take values in
> the range 4-7.
>
> * subversion/tests/cmdline/svntest/main.py
> (_parse_options): Add cross-referencing comment.
>
> Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
> me
>
> Modified:
> subversion/trunk/build/run_tests.py
> subversion/trunk/subversion/tests/cmdline/svntest/main.py
>
> Modified: subversion/trunk/build/run_tests.py
> URL: http://svn.apache.org/viewvc/subversion/trunk/build/run_tests.py?rev=1143092&r1=1143091&r2=1143092&view=diff
> ==============================================================================
> --- subversion/trunk/build/run_tests.py (original)
> +++ subversion/trunk/build/run_tests.py Tue Jul 5 15:06:25 2011
> @@ -108,6 +108,12 @@ class TestHarness:
> self.fs_type = fs_type
> self.http_library = http_library
> self.server_minor_version = server_minor_version
> + # If you change the below condition then change in
> + # ../subversion/tests/cmdline/svntest/main.py too.
> + if server_minor_version is not None:
> + if int(server_minor_version) < 4 or int(serer_minor_version) > 7:

serer_minor_version?

Thanks and Regards
Noorul
Received on 2011-07-05 17:14:03 CEST

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.