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
988003cb
Commit
988003cb
authored
Jan 29, 2018
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jan 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Run some DateTime tests on version 6 too.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
72186db5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
datetime.c
dlls/comctl32/tests/datetime.c
+15
-0
No files found.
dlls/comctl32/tests/datetime.c
View file @
988003cb
...
...
@@ -22,6 +22,7 @@
#include "wine/test.h"
#include "msg.h"
#include "v6util.h"
#define expect(EXPECTED, GOT) ok((GOT)==(EXPECTED), "Expected %d, got %ld\n", (EXPECTED), (GOT))
...
...
@@ -791,6 +792,8 @@ static void init_functions(void)
START_TEST
(
datetime
)
{
INITCOMMONCONTROLSEX
iccex
;
ULONG_PTR
cookie
;
HANDLE
ctxt
;
init_functions
();
...
...
@@ -810,4 +813,16 @@ START_TEST(datetime)
test_dtm_set_and_get_systemtime_with_limits
();
test_wm_set_get_text
();
test_dts_shownone
();
if
(
!
load_v6_module
(
&
cookie
,
&
ctxt
))
return
;
test_dtm_set_format
();
test_dtm_set_and_get_mccolor
();
test_dtm_set_and_get_mcfont
();
test_dtm_get_monthcal
();
test_wm_set_get_text
();
test_dts_shownone
();
unload_v6_module
(
cookie
,
ctxt
);
}
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