Richard Frith-Macdonald schrieb:
> Author: rfm
> Date: Sun Aug 13 09:13:14 2006
> New Revision: 23268
> 
> URL: http://svn.gna.org/viewcvs/gnustep?rev=23268&view=rev
> Log: (empty)
> 
> Modified:
[snip]
>     tests/testsuite/trunk/base/NSCalendarDate/test00.m

OK, now this test Fails:

base/NSCalendarDate/test00.m:
FAIL: +dateWithString:calendarFormat: with nil format works

because my locale is [EMAIL PROTECTED] and the dayNames of the week are
defined as: (Son, Mon, Die, Mit, Don, Fre, Sam) and  monthNames are
defined as: ("Jän", Feb, "Mär", Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov,
Dez) yet we are parsing: "Fri Oct 27 08:41:14GMT 2000"

(I'm not sure why NSCalendarDate's
-initWithString:calendarFormat:locale: keeps on parsing after the error
to return nil in the end anyway, but that's just a side note.)

I'm not sure what to do.  I suppose we should somehow set LANG to
'POSIX' for this test to insure we are in the POSIX locale that can
parse the string in the 'current' locale if none is specified.

Cheers,
David

_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to