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 */
|
/* VB oct char bigger than 7 */
|
||||||
CONVERT("&o128", NUMPRS_HEX_OCT);
|
CONVERT("&o128", NUMPRS_HEX_OCT);
|
||||||
/*
|
todo_wine {
|
||||||
Native versions 2.x of oleaut32 allow this to succeed: later versions and Wine don't
|
EXPECT(2,NUMPRS_HEX_OCT,0x40,4,3,0);
|
||||||
EXPECTFAIL;
|
EXPECTRGB(0,1);
|
||||||
EXPECTRGB(0,FAILDIG);
|
EXPECTRGB(1,2);
|
||||||
*/
|
}
|
||||||
|
EXPECTRGB(3,FAILDIG);
|
||||||
|
|
||||||
/** NUMPRS_PARENS **/
|
/** NUMPRS_PARENS **/
|
||||||
|
|
||||||
/* Empty parens = error */
|
/* Empty parens = error */
|
||||||
|
|
Loading…
Reference in New Issue