Commit 08153864 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

user32/tests: Don't forget to destroy the parent window after the tests.

parent 2fbbe143
......@@ -1299,6 +1299,7 @@ static void test_edit_control_5(void)
len = SendMessageA(hWnd, WM_GETTEXTLENGTH, 0, 0);
ok(lstrlenA(str) == len, "text shouldn't have been truncated\n");
DestroyWindow(hWnd);
DestroyWindow(parentWnd);
}
/* Test WM_GETTEXT processing
......
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