Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
884c6ddd
Commit
884c6ddd
authored
Oct 04, 2017
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Oct 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Add VarDateFromStr test.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6d629044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vartype.c
dlls/oleaut32/tests/vartype.c
+2
-0
No files found.
dlls/oleaut32/tests/vartype.c
View file @
884c6ddd
...
...
@@ -3109,6 +3109,8 @@ static void test_VarDateFromStr(void)
DFS
(
"6/30/2011 01:20:34"
);
EXPECT_DBL
(
40724
.
055
94907407
);
DFS
(
"6/30/2011 01:20:34 AM"
);
EXPECT_DBL
(
40724
.
055
94907407
);
DFS
(
"6/30/2011 01:20:34 PM"
);
EXPECT_DBL
(
40724
.
55594907407
);
DFS
(
"2013-05-14 02:04:12"
);
EXPECT_DBL
(
41408
.
08625000001
);
DFS
(
"2013-05-14 02:04:12.017000000"
);
EXPECT_MISMATCH
;
/* Native fails "1999 January 3, 9AM". I consider that a bug in native */
/* test a data with ideographic space */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment