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
804d0139
Commit
804d0139
authored
May 03, 2007
by
Bill Medland
Committed by
Alexandre Julliard
May 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Some boundary tests on VarBstrFromDate.
parent
a70df444
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 @
804d0139
...
...
@@ -4784,6 +4784,8 @@ static void test_VarBstrFromDate(void)
BSTR_DATE
(
365
.
25
,
"12/30/1900 6:00:00 AM"
);
BSTR_DATE
(
1461
.
0
,
"12/31/1903"
);
BSTR_DATE
(
1461
.
5
,
"12/31/1903 12:00:00 PM"
);
todo_wine
{
BSTR_DATE
(
-
657434
.
0
,
"1/1/100"
);
}
BSTR_DATE
(
2958465
.
0
,
"12/31/9999"
);
}
#define BSTR_DEC(l, a, b, c, d, e) \
...
...
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