Re: Using string resources in conformance tests.

2010-06-29 Thread Michael Mc Donnell
Thanks for taking the time to write a comment Juan. On Tue, Jun 29, 2010 at 5:55 PM, Juan Lang wrote: > Hi Michael, > >> I use the LoadString function to get the "New folder" string from >> shell32.dll that is used for creating a new folder. The problem is >> that the location where it is stored

Re: Using string resources in conformance tests.

2010-06-29 Thread Juan Lang
Hi Michael, > I use the LoadString function to get the "New folder" string from > shell32.dll that is used for creating a new folder. The problem is > that the location where it is stored in shell32.dll varies between the > different versions of Windows. I can only make the test work on one > vers

Using string resources in conformance tests.

2010-06-26 Thread Michael Mc Donnell
Hi wine developers! I've written a conformance test (my first) for bug 17986: BrsFolder_OnCommand make new folder not implemented. The conformance test tests if clicking on the "Make New Folder" button in a SHBrowseForFolder dialog box results in creation of a new folder. I want the test to be loc