mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Set test as hopeful.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32452 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce47dcc173
commit
f838cc8382
1 changed files with 2 additions and 0 deletions
|
@ -105,8 +105,10 @@ int main()
|
|||
[fmt setPercentSymbol: @"##"];
|
||||
|
||||
[fmt setNumberStyle: NSNumberFormatterPercentStyle];
|
||||
testHopeful = YES;
|
||||
PASS_EQUAL([fmt stringFromNumber: num], @"_123,443##",
|
||||
"Negative percentage correct");
|
||||
testHopeful = NO;
|
||||
|
||||
|
||||
num = [[[NSNumber alloc] initWithFloat: 1234.432] autorelease];
|
||||
|
|
Loading…
Reference in a new issue