[SHELL32_WINETEST] Enable test_dde() and test_dde_default_app(). CORE-6559

svn path=/trunk/; revision=66006
This commit is contained in:
Amine Khaldi
2015-01-08 16:42:35 +00:00
parent 383b76a99b
commit 5b57ee5686

View File

@@ -2693,16 +2693,8 @@ START_TEST(shlexec)
test_find_executable();
test_lnks();
test_exes();
if(winetest_interactive)
{
test_dde();
test_dde_default_app();
}
else
{
win_skip("Skipping test_dde() until we have a sane DDE implementation. CORE-6559.\n");
win_skip("Skipping test_dde_default_app() until we have a sane DDE implementation. CORE-6559.\n");
}
test_directory();
cleanup_test();