Fixed decimal separator behavior in NSNumberFormatter... NSLocale tests requiring NSNumberFormatter should all work as expected, now.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Bidigaray 2011-01-12 00:04:04 +00:00
parent c4a5305640
commit 8111e270df
3 changed files with 45 additions and 9 deletions

View file

@ -736,7 +736,6 @@ static NSRecursiveLock *classLock = nil;
if (mSys != nil)
{
[_components setValue: mSys forKey: NSLocaleMeasurementSystem];
NSLog (@"%@", mSys);
if ([mSys isEqualToString: @"Metric"])
result = [NSNumber numberWithBool: YES];
else