mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
a489a4d175
commit
92ad4e23d1
1 changed files with 0 additions and 7 deletions
|
@ -55,13 +55,6 @@ int main()
|
||||||
str = [fmt stringFromNumber: [NSDecimalNumber notANumber]];
|
str = [fmt stringFromNumber: [NSDecimalNumber notANumber]];
|
||||||
PASS_EQUAL(str, @"NaN", "notANumber special case")
|
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")
|
START_SET("NSLocale")
|
||||||
if (!NSLOCALE_SUPPORTED)
|
if (!NSLOCALE_SUPPORTED)
|
||||||
SKIP("NSLocale not supported\nThe ICU library was not available when GNUstep-base was built")
|
SKIP("NSLocale not supported\nThe ICU library was not available when GNUstep-base was built")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue