mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
simple getobjectValue test
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32212 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f955681fa6
commit
e3d0cb531f
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ int main()
|
|||
|
||||
PASS_EQUAL(str, @"-1235", "format string of length 1");
|
||||
|
||||
[fmt getObjectValue: &num forString: @"0.00", nil];
|
||||
PASS_EQUAL(num, [NSNumber numberWithFloat: 0.0], "getObjectValue inited with 0.00");
|
||||
|
||||
[arp release]; arp = nil;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue