André Hentschel : oleaut32/tests: Add a testcase for vartype.

Alexandre Julliard julliard at winehq.org
Tue Sep 8 08:54:34 CDT 2009


Module: wine
Branch: master
Commit: 4705d60ba12f1f593ec4a556bd5aca19e2d0caca
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4705d60ba12f1f593ec4a556bd5aca19e2d0caca

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Sep  7 14:07:47 2009 +0200

oleaut32/tests: Add a testcase for vartype.

---

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




More information about the wine-cvs mailing list