http://bugs.winehq.org/show_bug.cgi?id=13538
Summary: netapi/access test doesn't delete testuser home directories after the test Product: Wine Version: CVS/GIT Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: minor Priority: P5 Component: testcases AssignedTo: wine-bugs@winehq.org ReportedBy: Paul.Vriens.Wine@gmail.com CC: kai.blin@gmail.com
On XP and up (W2K3 and Vista) the netapi/access tests leaves user directories behind.
Every new winetest run (or manual netapi/access test run) will create a testuser. The NetUserDel function is used to remove this testuser from the system. As of XP, NetUserDel doesn't seem to delete the user's home directory.
The tests won't fail when a new test is run but you will end up with several home directories. For example (on my XP box):
C:\Documents and Settings\testuser C:\Documents and Settings\testuser.XP
I guess the delete_test_user function should be changed to:
- find out the created home directory - delete the user account - delete the home directory if it exists
The home directories can be deleted without a problem btw.
We also need to make sure that older testuser directories get deleted (will be a one time thingy probably).
http://bugs.winehq.org/show_bug.cgi?id=13538
Kai Blin kai.blin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #1 from Kai Blin kai.blin@gmail.com 2008-06-24 10:10:20 --- Ok, got it, working on a fix
http://bugs.winehq.org/show_bug.cgi?id=13538
--- Comment #2 from Kai Blin kai.blin@gmail.com 2008-06-24 12:29:41 --- Patch sent.
http://bugs.winehq.org/show_bug.cgi?id=13538
Kai Blin kai.blin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #3 from Kai Blin kai.blin@gmail.com 2008-06-28 03:17:58 --- Patch committed as ce81d843c606d891c594b7e31de04c5e62fdcbbc
http://bugs.winehq.org/show_bug.cgi?id=13538
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-07-11 11:10:24 --- Closing bugs fixed in 1.1.1.
http://bugs.winehq.org/show_bug.cgi?id=13538
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
http://bugs.winehq.org/show_bug.cgi?id=13538
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |Windows