Carlos Rivera : kernel32/tests: Change file name to avoid collision with other tests.
Module: wine Branch: master Commit: 00a0e2cd8c4df240371ddd22516e4e3544a142ce URL: https://source.winehq.org/git/wine.git/?a=commit;h=00a0e2cd8c4df240371ddd225... Author: Carlos Rivera <carlos(a)superkaos.org> Date: Tue Sep 1 11:17:36 2020 +0200 kernel32/tests: Change file name to avoid collision with other tests. Entries in IniFileMapping are persisted in Windows until the next reboot, even if removed from the registry. This made the function test_registry_mapping to cause other tests that accessed the actual winetest.ini file to fail if the profile test was run more than once on Windows without rebooting. Signed-off-by: Carlos Rivera <carlos(a)superkaos.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/tests/profile.c | 182 +++++++++++++++++++++--------------------- 1 file changed, 91 insertions(+), 91 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=00a0e2cd8c4df240371dd...
participants (1)
-
Alexandre Julliard