http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398a8ea
)
oleaut32: Test for rolled minutes.
author
André Hentschel
<nerv@dawncrow.de>
Wed, 9 Sep 2009 14:10:11 +0000
(16:10 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 10 Sep 2009 08:49:27 +0000
(10:49 +0200)
dlls/oleaut32/tests/vartest.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/oleaut32/tests/vartest.c
b/dlls/oleaut32/tests/vartest.c
index 53b0afc361f6b56ad37fdd03dfb2323afe336e07..5deab05e2874a39603862d65e215930fa9c27b6f 100644
(file)
--- a/
dlls/oleaut32/tests/vartest.c
+++ b/
dlls/oleaut32/tests/vartest.c
@@
-1647,6
+1647,7
@@
static void test_VarDateFromUdate(void)
UD2T(1,1,10000,0,0,0,0,0,0,0,E_INVALIDARG,0.0); /* > 31 Dec 9999 => err */
UD2T(1,1,1980,18,1,16,0,2,1,0,S_OK,29221.75087962963); /* 6:18:02 PM */
+ todo_wine UD2T(1,1,1980,17,61,16,0,2,1,0,S_OK,29221.75087962963); /* Test rolled minutes */
UD2T(0,1,1980,0,0,0,0,2,1,0,S_OK,29220.0); /* Rolls back to 31 Dec 1899 */
UD2T(1,13,1980,0,0,0,0,2,1,0,S_OK,29587.0); /* Rolls fwd to 1/1/1981 */