oleaut32/tests: Uncomment and fix a test (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-01-20 00:15:56 +01:00 committed by Alexandre Julliard
parent 50cd5b6a57
commit 9bfd58a5c9
1 changed files with 7 additions and 5 deletions

View File

@ -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 */