Re: Administrative privileges and running tests under Windows

2010-07-16 Thread Mariusz Pluciński
W dniu 16.07.2010 19:59, Reece Dunn pisze: Use broken() to denote the administrator case -- ok(hr == S_OK || broken(hr == E_ACCESSDENIED) /* non-Admin user */, IGameExplorer_AddGame(...)); This means that E_ACCESSDENIED is a valid case on Windows, but not on Wine. - Reece Yes, I know

Re: Administrative privileges and running tests under Windows

2010-07-16 Thread Reece Dunn
2010/7/16 Mariusz Pluciński : > Hi wine-devel > I have problems with tests I written last time. > The problem is connected with privileges levels under Windows. > > The method I'm testing is IGameExplorer::AddGame, > which registers given game in Windows Game Explorer. > One of it's parameters (ins

Administrative privileges and running tests under Windows

2010-07-16 Thread Mariusz Pluciński
Hi wine-devel I have problems with tests I written last time. The problem is connected with privileges levels under Windows. The method I'm testing is IGameExplorer::AddGame, which registers given game in Windows Game Explorer. One of it's parameters (installScope) defines if game should be regis