mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
1105063c2f
commit
65a5ff0f71
1 changed files with 0 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue