Re: [Gambas-user] GambasTester 0.9.9

2010-11-17 Thread Jussi Lahtinen
More errors fixed from GambasTester, and now self test ignores comment lines. Jussi On Mon, Nov 15, 2010 at 23:02, Jussi Lahtinen wrote: > OK, these are not the errors I meant... These are obviously my errors. > I fixed Format$ to be compared against Str$(). > > There might be other similar err

Re: [Gambas-user] GambasTester 0.9.9

2010-11-15 Thread Jussi Lahtinen
OK, these are not the errors I meant... These are obviously my errors. I fixed Format$ to be compared against Str$(). There might be other similar errors too... Jussi 2010/11/15 Benoît Minisini > > If Format$(Pi, "#.##") <> 3.14 Then > > Return 85 > > Endif > > > > this test can be true only

Re: [Gambas-user] GambasTester 0.9.9

2010-11-15 Thread Benoît Minisini
> If Format$(Pi, "#.##") <> 3.14 Then > Return 85 > Endif > > this test can be true only in country where decimal separator is "." > > > in france ... the decimal separator is ","... then you compare a > string to a float !! > > All the error i have are based on this problem. > The problem is

Re: [Gambas-user] GambasTester 0.9.9

2010-11-15 Thread Fabien Bodard
If Format$(Pi, "#.##") <> 3.14 Then Return 85 Endif this test can be true only in country where decimal separator is "." in france ... the decimal separator is ","... then you compare a string to a float !! All the error i have are based on this problem. ---

[Gambas-user] GambasTester 0.9.9

2010-11-15 Thread Jussi Lahtinen
Hi! My quick&dirty side project for Gambas 3 is now ready to be share. It makes some seemingly stupid and some, actually stupid tests, to confirm that current revision works. It is far from perfect, but better than nothing. I hope people keep on improving this. There are still few untested commands