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
2e48ecd9
Commit
2e48ecd9
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 a test for DosTime.
parent
d3bd40d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vartest.c
dlls/oleaut32/tests/vartest.c
+2
-1
No files found.
dlls/oleaut32/tests/vartest.c
View file @
2e48ecd9
...
...
@@ -1759,7 +1759,8 @@ static void test_DosDateTimeToVariantTime(void)
DOS2DT
(
1
,
1
,
1980
,
0
,
0
,
29
,
1
,
29221
.
00032407407
);
/* 1/1/1980 12:00:28 AM */
DOS2DT
(
1
,
1
,
1980
,
0
,
0
,
31
,
1
,
29221
.
00034722222
);
/* 1/1/1980 12:00:30 AM */
DOS2DT
(
1
,
1
,
1980
,
0
,
59
,
0
,
1
,
29221
.
040
97222222
);
/* 1/1/1980 12:59:00 AM */
DOS2DT
(
1
,
1
,
1980
,
0
,
60
,
0
,
0
,
0
.
0
);
/* Invalid seconds */
DOS2DT
(
1
,
1
,
1980
,
0
,
60
,
0
,
0
,
0
.
0
);
/* Invalid minutes */
DOS2DT
(
1
,
1
,
1980
,
0
,
0
,
60
,
0
,
0
.
0
);
/* Invalid seconds */
DOS2DT
(
1
,
1
,
1980
,
23
,
0
,
0
,
1
,
29221
.
95833333333
);
/* 1/1/1980 11:00:00 PM */
DOS2DT
(
1
,
1
,
1980
,
24
,
0
,
0
,
0
,
0
.
0
);
/* Invalid hours */
}
...
...
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