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

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Hans Leidekker 2017-12-13 13:59:37 +01:00 committed by Alexandre Julliard
parent 70366fcd90
commit ca9ca79d12
1 changed files with 3 additions and 1 deletions

View File

@ -6951,7 +6951,7 @@ START_TEST(dplayx)
if (!winetest_interactive)
{
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");
@ -6991,6 +6991,8 @@ START_TEST(dplayx)
test_remote_data_replication();
test_host_migration();
done:
FreeLibrary(module);
CoUninitialize();
if (firewall_enabled) set_firewall(APP_REMOVE);
}