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

Re: svn commit: r35614 - trunk/subversion/tests/libsvn_subr

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Sat, 31 Jan 2009 22:51:24 +0100

2009-01-31 04:15:17 Greg Stein napisaƂ(a):
> eh? while not just delete the else clause/

Committed in r35618.

> On Sat, Jan 31, 2009 at 04:05, Arfrever Frehtes Taifersar Arahesis
> <Arfrever.FTA_at_gmail.com> wrote:
> > Author: arfrever
> > Date: Fri Jan 30 19:05:06 2009
> > New Revision: 35614
> >
> > Log:
> > * subversion/tests/libsvn_subr/path-test.c
> > (test_path_join): Fix compiler warning.
> >
> > Modified:
> > trunk/subversion/tests/libsvn_subr/path-test.c
> >
> > Modified: trunk/subversion/tests/libsvn_subr/path-test.c
> > URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/libsvn_subr/path-test.c?pathrev=35614&r1=35613&r2=35614
> > ==============================================================================
> > --- trunk/subversion/tests/libsvn_subr/path-test.c Fri Jan 30 18:54:03 2009 (r35613)
> > +++ trunk/subversion/tests/libsvn_subr/path-test.c Fri Jan 30 19:05:06 2009 (r35614)
> > @@ -546,7 +546,7 @@ test_path_join(const char **msg,
> > "svn_path_join_many" #args " returns \"%s\". " \
> > "expected \"%s\"", \
> > result, expect); \
> > - else
> > + else {}
> >
> > TEST_MANY((pool, "abc", NULL), "abc");
> > TEST_MANY((pool, "/abc", NULL), "/abc");

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2009-01-31 22:53:24 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.