Remove redundant tests.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32591 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
stefanbidi 2011-03-14 23:26:40 +00:00
parent 1105063c2f
commit 65a5ff0f71

View file

@ -55,13 +55,6 @@ int main()
str = [fmt stringFromNumber: [NSDecimalNumber notANumber]];
PASS_EQUAL(str, @"NaN", "notANumber special case")
num = nil;
PASS_RUNS(({
[fmt getObjectValue: &num forString: @"0.00" errorDescription: &str];}),
"getObjectValue:forString:errorDescription: runs")
PASS_EQUAL(num, [NSNumber numberWithFloat: 0.0],
"getObjectValue inited with 0.00")
START_SET("NSLocale")
if (!NSLOCALE_SUPPORTED)
SKIP("NSLocale not supported\nThe ICU library was not available when GNUstep-base was built")