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

Re: svn commit: r26322 - in trunk/subversion/bindings/swig/ruby/test: . test-unit-ext

From: David James <james_at_cs.toronto.edu>
Date: 2007-08-27 03:40:12 CEST

On 8/26/07, Kouhei Sutou <kou@cozmixng.org> wrote:
> Hi,
>
> > > Author: kou
> > > Date: Sat Aug 25 21:59:59 2007
> > > New Revision: 26322
> > >
> > > Log:
> > > Extend Test::Unit.
> >
> > Uh oh, I can no longer run the tests....
> >
> >
> ............................................................C:/Ruby/lib/ruby/1.8/fileutils.rb:243:in
> > `mkdir': Invalid argument - D:/SVN/src-
> > trunk/subversion/bindings/swig/ruby/test/.test-result/SvnCoreTest/test_binary_mime_type?
> > (Errno::EINVAL)

I think the problem here is that Windows doesn't allow question marks
in filenames, and "test_binary_mime_type?" contains a question mark.

> Can the attached patch fix the problem?

Your patch changes the ".test-result" in the filename to
"_test-result". Windows is okay with periods in filenames so I don't
think this will help.

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 27 03:37:37 2007

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.