You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@mail.utexas.edu> on 2007/09/27 22:26:18 UTC

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

dlr@tigris.org wrote:
> Author: dlr
> Date: Thu Sep 27 13:54:47 2007
> New Revision: 26816
> 
> Log:
> Add test case for issue #2880, 'svn commit --changelist
> NO_SUCH_CHANGELIST' should warn.
> 
> * subversion/tests/cmdline/commit_tests.py
>   (changelist): Expect output on stderr when a bogus changelist name
>    is provided.
>   (test_list): Switch changelist to XFAIL.

If we are going to have a corpus of changelist-related tests (which
would be good, I think), would it be good to put them all in the same
test file?  Perhaps changelist_tests.py?

-Hyrum


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

Posted by Daniel Rall <dl...@collab.net>.
On Thu, 27 Sep 2007, Hyrum K. Wright wrote:

> dlr@tigris.org wrote:
> > Author: dlr
> > Date: Thu Sep 27 13:54:47 2007
> > New Revision: 26816
> > 
> > Log:
> > Add test case for issue #2880, 'svn commit --changelist
> > NO_SUCH_CHANGELIST' should warn.
> > 
> > * subversion/tests/cmdline/commit_tests.py
> >   (changelist): Expect output on stderr when a bogus changelist name
> >    is provided.
> >   (test_list): Switch changelist to XFAIL.
> 
> If we are going to have a corpus of changelist-related tests (which
> would be good, I think), would it be good to put them all in the same
> test file?  Perhaps changelist_tests.py?

Yes.  However, we currently only have one test.  I'd wait until we
have more.