Commit 94dfbcaa authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/tests: Remove some noise from function names.

Everything in this file is about Monthcal.
parent 8e968fd2
...@@ -611,7 +611,7 @@ static HWND create_monthcal_control(DWORD style) ...@@ -611,7 +611,7 @@ static HWND create_monthcal_control(DWORD style)
/* Setter and Getters Tests */ /* Setter and Getters Tests */
static void test_monthcal_color(void) static void test_color(void)
{ {
int res, temp; int res, temp;
HWND hwnd; HWND hwnd;
...@@ -686,7 +686,7 @@ static void test_monthcal_color(void) ...@@ -686,7 +686,7 @@ static void test_monthcal_color(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_currdate(void) static void test_currdate(void)
{ {
SYSTEMTIME st_original, st_new, st_test; SYSTEMTIME st_original, st_new, st_test;
int res; int res;
...@@ -816,7 +816,7 @@ static void test_monthcal_currdate(void) ...@@ -816,7 +816,7 @@ static void test_monthcal_currdate(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_firstDay(void) static void test_firstDay(void)
{ {
int res, fday, i, prev; int res, fday, i, prev;
CHAR b[128]; CHAR b[128];
...@@ -863,7 +863,7 @@ static void test_monthcal_firstDay(void) ...@@ -863,7 +863,7 @@ static void test_monthcal_firstDay(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_unicode(void) static void test_unicode(void)
{ {
int res, temp; int res, temp;
HWND hwnd; HWND hwnd;
...@@ -906,7 +906,7 @@ static void test_monthcal_unicode(void) ...@@ -906,7 +906,7 @@ static void test_monthcal_unicode(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_hittest(void) static void test_hittest(void)
{ {
typedef struct hittest_test typedef struct hittest_test
{ {
...@@ -1157,7 +1157,7 @@ static void test_monthcal_hittest(void) ...@@ -1157,7 +1157,7 @@ static void test_monthcal_hittest(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_todaylink(void) static void test_todaylink(void)
{ {
MCHITTESTINFO mchit; MCHITTESTINFO mchit;
SYSTEMTIME st_test, st_new; SYSTEMTIME st_test, st_new;
...@@ -1212,7 +1212,7 @@ static void test_monthcal_todaylink(void) ...@@ -1212,7 +1212,7 @@ static void test_monthcal_todaylink(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_today(void) static void test_today(void)
{ {
SYSTEMTIME st_test, st_new; SYSTEMTIME st_test, st_new;
int res; int res;
...@@ -1267,7 +1267,7 @@ static void test_monthcal_today(void) ...@@ -1267,7 +1267,7 @@ static void test_monthcal_today(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_scroll(void) static void test_scroll(void)
{ {
int res; int res;
HWND hwnd; HWND hwnd;
...@@ -1305,7 +1305,7 @@ static void test_monthcal_scroll(void) ...@@ -1305,7 +1305,7 @@ static void test_monthcal_scroll(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_monthrange(void) static void test_monthrange(void)
{ {
int res; int res;
SYSTEMTIME st_visible[2], st_daystate[2], st; SYSTEMTIME st_visible[2], st_daystate[2], st;
...@@ -1398,7 +1398,7 @@ static void test_monthcal_monthrange(void) ...@@ -1398,7 +1398,7 @@ static void test_monthcal_monthrange(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_maxselday(void) static void test_maxselday(void)
{ {
int res; int res;
HWND hwnd; HWND hwnd;
...@@ -1464,7 +1464,7 @@ static void test_monthcal_maxselday(void) ...@@ -1464,7 +1464,7 @@ static void test_monthcal_maxselday(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_size(void) static void test_size(void)
{ {
int res; int res;
RECT r1, r2; RECT r1, r2;
...@@ -1500,7 +1500,7 @@ static void test_monthcal_size(void) ...@@ -1500,7 +1500,7 @@ static void test_monthcal_size(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_create(void) static void test_create(void)
{ {
HWND hwnd; HWND hwnd;
...@@ -1517,7 +1517,7 @@ static void test_monthcal_create(void) ...@@ -1517,7 +1517,7 @@ static void test_monthcal_create(void)
DestroyWindow(hwnd); DestroyWindow(hwnd);
} }
static void test_monthcal_destroy(void) static void test_destroy(void)
{ {
HWND hwnd; HWND hwnd;
...@@ -1534,7 +1534,7 @@ static void test_monthcal_destroy(void) ...@@ -1534,7 +1534,7 @@ static void test_monthcal_destroy(void)
ok_sequence(sequences, MONTHCAL_SEQ_INDEX, destroy_monthcal_multi_sel_style_seq, "Destroy monthcal (multi sel style)", FALSE); ok_sequence(sequences, MONTHCAL_SEQ_INDEX, destroy_monthcal_multi_sel_style_seq, "Destroy monthcal (multi sel style)", FALSE);
} }
static void test_monthcal_selrange(void) static void test_selrange(void)
{ {
HWND hwnd; HWND hwnd;
SYSTEMTIME st, range[2], range2[2]; SYSTEMTIME st, range[2], range2[2];
...@@ -1809,20 +1809,20 @@ START_TEST(monthcal) ...@@ -1809,20 +1809,20 @@ START_TEST(monthcal)
parent_wnd = create_parent_window(); parent_wnd = create_parent_window();
test_monthcal_create(); test_create();
test_monthcal_destroy(); test_destroy();
test_monthcal_color(); test_color();
test_monthcal_currdate(); test_currdate();
test_monthcal_firstDay(); test_firstDay();
test_monthcal_unicode(); test_unicode();
test_monthcal_today(); test_today();
test_monthcal_scroll(); test_scroll();
test_monthcal_monthrange(); test_monthrange();
test_monthcal_hittest(); test_hittest();
test_monthcal_todaylink(); test_todaylink();
test_monthcal_size(); test_size();
test_monthcal_maxselday(); test_maxselday();
test_monthcal_selrange(); test_selrange();
test_killfocus(); test_killfocus();
if (!load_v6_module(&ctx_cookie, &hCtx)) if (!load_v6_module(&ctx_cookie, &hCtx))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment