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

Re: svn commit: r36439 - trunk/subversion/tests/cmdline

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 10 Mar 2009 02:25:22 +0100

What do you mean "until the test is fixed"?? What is wrong with them?
I see nothing in this log message, nor on the list that explains this
change.

[yes, I saw it in IRC, so consider this a gentle reminder/slap to keep
information on-list, *not* on-IRC]

On Mon, Mar 9, 2009 at 22:20, Bert Huijben <rhuijben_at_sharpsvn.net> wrote:
> Author: rhuijben
> Date: Mon Mar  9 14:20:25 2009
> New Revision: 36439
>
> Log:
> * subversion/tests/cmdline/diff_tests.py
>  (test_list): Mark diff_svnpatch as skipped until the test is fixed.
> * subversion/tests/cmdline/patch_tests.py
>  (test_list): Mark all tests as skipped until the tests are fixed.
>
> Modified:
>   trunk/subversion/tests/cmdline/diff_tests.py
>   trunk/subversion/tests/cmdline/patch_tests.py
>
> Modified: trunk/subversion/tests/cmdline/diff_tests.py
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/diff_tests.py?pathrev=36439&r1=36438&r2=36439
> ==============================================================================
> --- trunk/subversion/tests/cmdline/diff_tests.py        Mon Mar  9 14:06:31 2009        (r36438)
> +++ trunk/subversion/tests/cmdline/diff_tests.py        Mon Mar  9 14:20:25 2009        (r36439)
> @@ -3483,7 +3483,7 @@ test_list = [ None,
>               diff_external_diffcmd,
>               XFail(diff_url_against_local_mods),
>               XFail(diff_preexisting_rev_against_local_add),
> -              diff_svnpatch,
> +              Skip(diff_svnpatch),
>               ]
>
>  if __name__ == '__main__':
>
> Modified: trunk/subversion/tests/cmdline/patch_tests.py
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/patch_tests.py?pathrev=36439&r1=36438&r2=36439
> ==============================================================================
> --- trunk/subversion/tests/cmdline/patch_tests.py       Mon Mar  9 14:06:31 2009        (r36438)
> +++ trunk/subversion/tests/cmdline/patch_tests.py       Mon Mar  9 14:20:25 2009        (r36439)
> @@ -372,9 +372,9 @@ def patch_copy_and_move(sbox):
>
>  # list all tests here, starting with None:
>  test_list = [ None,
> -              patch_basic,
> -              patch_unidiff,
> -              patch_copy_and_move,
> +              Skip(patch_basic),
> +              Skip(patch_unidiff),
> +              Skip(patch_copy_and_move),
>               ]
>
>  if __name__ == '__main__':
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1298929
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1300192
Received on 2009-03-10 02:25:38 CET

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.