You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2012/04/02 22:04:51 UTC

Re: svn commit: r1308503 - /subversion/trunk/subversion/tests/libsvn_subr/crypto-test.c

On 04/02/2012 03:42 PM, danielsh@apache.org wrote:
> Author: danielsh
> Date: Mon Apr  2 19:42:51 2012
> New Revision: 1308503
> 
> URL: http://svn.apache.org/viewvc?rev=1308503&view=rev
> Log:
> Skip a test by skipping it, rather than by not-compiling it.
> 
> * subversion/tests/libsvn_subr/crypto-test.c
>   (test_encrypt_decrypt_password): Rejigger ifdef's to make the test
>     run and skip itself when !APU_HAVE_CRYPTO.

Eek.  Is there no better way than having to do this inside every test within
this module?

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: svn commit: r1308503 - /subversion/trunk/subversion/tests/libsvn_subr/crypto-test.c

Posted by Daniel Shahaf <da...@elego.de>.
r1308543, thanks for the prompt.

C. Michael Pilato wrote on Mon, Apr 02, 2012 at 16:04:51 -0400:
> On 04/02/2012 03:42 PM, danielsh@apache.org wrote:
> > Author: danielsh
> > Date: Mon Apr  2 19:42:51 2012
> > New Revision: 1308503
> > 
> > URL: http://svn.apache.org/viewvc?rev=1308503&view=rev
> > Log:
> > Skip a test by skipping it, rather than by not-compiling it.
> > 
> > * subversion/tests/libsvn_subr/crypto-test.c
> >   (test_encrypt_decrypt_password): Rejigger ifdef's to make the test
> >     run and skip itself when !APU_HAVE_CRYPTO.
> 
> Eek.  Is there no better way than having to do this inside every test within
> this module?
> 
> -- 
> C. Michael Pilato <cm...@collab.net>
> CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
>