[DPLAYX_WINETEST] Sync with Wine 3.0. CORE-14225
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Jan 2018 21:28:27 +0000 (22:28 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Jan 2018 21:28:27 +0000 (22:28 +0100)
modules/rostests/winetests/dplayx/dplayx.c

index 0786d16..f4e7301 100644 (file)
@@ -6951,7 +6951,7 @@ START_TEST(dplayx)
     if (!winetest_interactive)
     {
         skip("Run in interactive mode to run all dplayx tests.\n");
     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");
     }
 
     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();
 
     test_remote_data_replication();
     test_host_migration();
 
+done:
     FreeLibrary(module);
     CoUninitialize();
     FreeLibrary(module);
     CoUninitialize();
+    if (firewall_enabled) set_firewall(APP_REMOVE);
 }
 }