oleaut32/tests: add a testcase for vartype

André Hentschel nerv at dawncrow.de
Mon Sep 7 07:07:47 CDT 2009


The case "02.01.1970" is passed(without time) is more often in german.
---
 dlls/oleaut32/tests/vartype.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/oleaut32/tests/vartype.c b/dlls/oleaut32/tests/vartype.c
index 419e027..0321013 100644
--- a/dlls/oleaut32/tests/vartype.c
+++ b/dlls/oleaut32/tests/vartype.c
@@ -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);
 }
 
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list