Lukas, it is still failing because when you ask the description to first, it
is ->

 'C:\mariano\squeak\imagenes\Pharo1.0-10508-rc2dev10.01.2//*'

Double slash. And that's due to

MCSubDirectoryRepository >> description
    ^ directory pathName, '/*'


Cheers

Mariano


On Mon, Jan 25, 2010 at 9:46 PM, Lukas Renggli <[email protected]> wrote:

> Thanks for figuring out. The following change should fix that problem:
>
> Name: Gofer-Tests-lr.114
> Author: TestRunner
> Time: 25 January 2010, 9:45:44 pm
> UUID: 9dafc930-c2ed-4619-a7ce-d77984e17edd
> Ancestors: Gofer-Tests-lr.113
>
> - fixed a bug in gofer under windows
>
> 2010/1/25 Mariano Martinez Peck <[email protected]>:
> >
> >> I cannot reproduce the Gofer test failure. Can you debug it and/or
> >> provide a stack trace?
> >>
> >
> > Ok...I put off the dust from my virtual box image with windows and I
> could
> > reproduce the problem.
> >
> > GoferApiTest >> testSubDirectoryRepository
> >
> > fails in
> >
> > self assert: gofer repositories: (Array with: FileDirectory default
> pathName
> > , FileDirectory slash , '*')
> >
> > Because in assert: aGofer repositories: anArray   I can see that:
> >
> > "first description"  is ->
> > 'C:\mariano\squeak\imagenes\Pharo1.0-10508-rc2dev10.01.2/*'
> >
> > and "second"  is  ->
> > 'C:\mariano\squeak\imagenes\Pharo1.0-10508-rc2dev10.01.2\*'
> >
> > Notice the last slash. They are different.
> >
> > Cheers
> >
> > Mariano
> >
> >
> >>
> >> Lukas
> >>
> >> --
> >> Lukas Renggli
> >> http://www.lukas-renggli.ch
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> [email protected]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [email protected]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to