oleaut32/tests: Uncomment and fix a test (PVS-Studio).
This commit is contained in:
parent
50cd5b6a57
commit
9bfd58a5c9
|
@ -1383,11 +1383,13 @@ static void test_VarParseNumFromStr(void)
|
|||
|
||||
/* VB oct char bigger than 7 */
|
||||
CONVERT("&o128", NUMPRS_HEX_OCT);
|
||||
/*
|
||||
Native versions 2.x of oleaut32 allow this to succeed: later versions and Wine don't
|
||||
EXPECTFAIL;
|
||||
EXPECTRGB(0,FAILDIG);
|
||||
*/
|
||||
todo_wine {
|
||||
EXPECT(2,NUMPRS_HEX_OCT,0x40,4,3,0);
|
||||
EXPECTRGB(0,1);
|
||||
EXPECTRGB(1,2);
|
||||
}
|
||||
EXPECTRGB(3,FAILDIG);
|
||||
|
||||
/** NUMPRS_PARENS **/
|
||||
|
||||
/* Empty parens = error */
|
||||
|
|
Loading…
Reference in New Issue