Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
0e1bc3ef
Commit
0e1bc3ef
authored
Jan 27, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Jan 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Add tests for backrolled time.
parent
2e48ecd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vartest.c
dlls/oleaut32/tests/vartest.c
+3
-0
No files found.
dlls/oleaut32/tests/vartest.c
View file @
0e1bc3ef
...
...
@@ -1653,6 +1653,9 @@ static void test_VarDateFromUdate(void)
todo_wine
UD2T
(
0
,
1
,
1980
,
42
,
1
,
16
,
0
,
2
,
1
,
0
,
S_OK
,
29221
.
75087962963
);
/* Test rolled hours */
todo_wine
UD2T
(
1
,
1
,
1980
,
17
,
61
,
16
,
0
,
2
,
1
,
0
,
S_OK
,
29221
.
75087962963
);
/* Test rolled minutes */
todo_wine
UD2T
(
1
,
1
,
1980
,
18
,
0
,
76
,
0
,
2
,
1
,
0
,
S_OK
,
29221
.
75087962963
);
/* Test rolled seconds */
todo_wine
UD2T
(
2
,
1
,
1980
,
-
6
,
1
,
16
,
0
,
2
,
1
,
0
,
S_OK
,
29221
.
75087962963
);
/* Test backrolled hours */
todo_wine
UD2T
(
1
,
1
,
1980
,
19
,
-
59
,
16
,
0
,
2
,
1
,
0
,
S_OK
,
29221
.
75087962963
);
/* Test backrolled minutes */
todo_wine
UD2T
(
1
,
1
,
1980
,
18
,
2
,
-
44
,
0
,
2
,
1
,
0
,
S_OK
,
29221
.
75087962963
);
/* Test backrolled seconds */
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 */
...
...
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