Commit ca9ca79d authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

dplayx/tests: Remove the firewall exception after running the tests.

parent 70366fcd
...@@ -6951,7 +6951,7 @@ START_TEST(dplayx) ...@@ -6951,7 +6951,7 @@ START_TEST(dplayx)
if (!winetest_interactive) if (!winetest_interactive)
{ {
skip("Run in interactive mode to run all dplayx tests.\n"); skip("Run in interactive mode to run all dplayx tests.\n");
return; goto done;
} }
trace("Running in interactive mode, tests will take a while\n"); trace("Running in interactive mode, tests will take a while\n");
...@@ -6991,6 +6991,8 @@ START_TEST(dplayx) ...@@ -6991,6 +6991,8 @@ START_TEST(dplayx)
test_remote_data_replication(); test_remote_data_replication();
test_host_migration(); test_host_migration();
done:
FreeLibrary(module); FreeLibrary(module);
CoUninitialize(); CoUninitialize();
if (firewall_enabled) set_firewall(APP_REMOVE);
} }
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