[Tools 3/6] winetest: Fix merging of the individual test results into one group result, especially when they all report the dll is missing or that the test crashed, etc.

Francois Gouget fgouget at free.fr
Thu Mar 27 09:27:19 CDT 2008


On Thu, 27 Mar 2008, Paul Vriens wrote:
[...]
> >  +sub min_to_max($)
> > +{
> > +    my ($minmax)=@_;
> > +    return $minmax->[0] if ($minmax->[0] == $minmax->[1]);
> > +    return "$minmax->[0] to $minmax->[1]";
> > +}
> > +
> 
> Don't we need quotes around "x to y"? Firebug complains about this.

Ah, I see, I forgot to put quotes for the refresh() parameters.
I'll send a patch.


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
The nice thing about meditation is that it makes doing nothing quite respectable
                                  -- Paul Dean



More information about the wine-devel mailing list