oleaut32/tests: Add a testcase for vartype.

This commit is contained in:
André Hentschel 2009-09-07 14:07:47 +02:00 committed by Alexandre Julliard
parent 350fcb73eb
commit 4705d60ba1
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}