oleaut32/tests: add some tests

André Hentschel nerv at dawncrow.de
Wed Feb 24 12:09:22 CST 2010


---
 dlls/oleaut32/tests/varformat.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/oleaut32/tests/varformat.c b/dlls/oleaut32/tests/varformat.c
index d0975ed..1c476a0 100644
--- a/dlls/oleaut32/tests/varformat.c
+++ b/dlls/oleaut32/tests/varformat.c
@@ -389,6 +389,8 @@ static void test_VarFormat(void)
   VARFMT(VT_R8,V_R8,0.0995,"#.##",S_OK,".1");
   VARFMT(VT_R8,V_R8,8.0995,"#.##",S_OK,"8.1");
   VARFMT(VT_R8,V_R8,0.0994,"#.##",S_OK,".1");
+  VARFMT(VT_R8,V_R8,1.00,"#,##0.00",S_OK,"1.00");
+  todo_wine VARFMT(VT_R8,V_R8,0.0995,"#.###",S_OK,".1");
 
 
   /* 'out' is not cleared */
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list