Commit 4705d60b authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

oleaut32/tests: Add a testcase for vartype.

parent 350fcb73
......@@ -3438,6 +3438,7 @@ static void test_VarDateFromStr(void)
/* test a none english data string */
DFS("02.01.1970 00:00:00"); EXPECT_MISMATCH;
lcid = MAKELCID(MAKELANGID(LANG_GERMAN,SUBLANG_GERMAN),SORT_DEFAULT);
DFS("02.01.1970"); todo_wine EXPECT_DBL(25570.0);
DFS("02.01.1970 00:00:00"); todo_wine EXPECT_DBL(25570.0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment