Francois Gouget
b7b916b05f
shell32/tests: Add a trailing '\n' to a skip().
2011-03-07 11:09:04 +01:00
Austin English
d710056e4d
shell32/tests: Remove win9x hacks.
2011-02-25 11:07:24 +01:00
Austin English
2811f68e92
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
2011-02-14 12:27:33 +01:00
Austin English
3c69f657fb
shell32/tests: Make sure a return value is used (LLVM/Clang).
2011-02-14 12:27:26 +01:00
Austin English
8a3294e8b6
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
2011-02-14 12:27:19 +01:00
Austin English
c2671133dd
shell32/tests: Make sure return values are used (LLVM/Clang).
2011-02-14 12:27:10 +01:00
Austin English
df846e89eb
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
2011-02-14 12:26:51 +01:00
Austin English
d6cd0e999e
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
2011-02-14 12:26:45 +01:00
Austin English
75f8de0d4f
shell32/tests: Make sure return values are used (LLVM/Clang).
2011-02-14 12:26:33 +01:00
Austin English
fe067c53dd
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
2011-02-09 09:29:01 -06:00
Alexander Morozov
9ba0f5c52e
shell32: Partially implement FolderItem::get_Path.
2011-02-08 16:21:33 -06:00
Alexander Morozov
7921522718
shell32: Implement Folder2::get_Self.
2011-02-08 16:21:06 -06:00
Alexander Morozov
780f9b3b4f
shell32/tests: NT4 doesn't have the Folder2 interface.
2011-02-04 16:23:10 +01:00
Alexander Morozov
863059ab17
shell32/tests: Add tests for FolderItem::get_Path.
2011-02-03 16:27:45 +01:00
Andrew Nguyen
4145fe0ec2
shell32: Store the autocompletion object pointer in a window property rather than in the window user data.
2011-02-01 12:10:40 +01:00
Andrew Nguyen
4dc304489f
shell32: Improve initialization state and parameter handling in IAutoComplete::Init.
2011-02-01 12:10:35 +01:00
Andrew Nguyen
13b834561b
shell32/tests: Release the IAutoComplete interface on a failure path.
2011-02-01 12:10:13 +01:00
Nikolay Sivov
4ca01b3475
shell32/tests: Fix a dependency on unimplemented function call (Valgrind).
2011-01-31 12:29:35 +01:00
Alexander Morozov
6fb10a6e91
shell32: Partially implement Folder::get_Title.
2011-01-28 17:41:50 +01:00
Alexander Morozov
2870098753
shell32: Implement IShellDispatch::NameSpace.
2011-01-28 17:41:50 +01:00
Alexander Morozov
c0ab36949d
shell32/tests: Fix test failure on some NT4.
2011-01-27 16:32:16 +01:00
Greg Geldorp
90df19f05a
shell32/tests: Use long file name.
...
Test is about the extension, so let's un-complicate it by using long path
names.
2011-01-27 14:20:48 +01:00
Greg Geldorp
e5cc92f35b
shell32/tests: Remove shlwapi dependency.
2011-01-26 15:00:14 +01:00
Vincent Povirk
05ff15a755
shell32: Test links to executable filenames lacking the extension.
2011-01-25 12:37:52 +01:00
Alexander Morozov
38f85c37cc
shell32/tests: Add tests for IShellDispatch::NameSpace.
2011-01-24 14:43:22 +01:00
Nikolay Sivov
7ee7f0843b
shell32/tests: Fix couple PIDL leaks in tests.
2011-01-24 12:35:02 +01:00
Nikolay Sivov
1413e1d6d8
shell32/tests: Close find file handle (Valgrind).
2011-01-20 12:21:34 +01:00
Nikolay Sivov
cc1dc2e693
shell32/tests: Fix a PIDL leak in tests (Valgrind).
2011-01-19 12:23:24 +01:00
Austin English
19fa0b32fd
shell32/tests: fix a couple memory leaks (Valgrind).
2011-01-18 13:29:57 +01:00
David Hedberg
9fd1e23602
shell32/tests: Fix a leak in the ebrowser tests (Valgrind).
2011-01-17 12:52:31 +01:00
Nikolay Sivov
38a995021a
shell32/tests: Fix some leaks in tests (Valgrind).
2011-01-17 12:50:58 +01:00
David Hedberg
2a809403d9
shell32: Fix test error on certain w2k8 setups.
2011-01-03 12:14:26 +01:00
André Hentschel
2c20270d24
shell32/tests: Don't test function directly when reporting GetLastError().
2010-12-31 11:44:40 +01:00
André Hentschel
f0b9d9fce6
shell32/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:00:21 +01:00
Greg Geldorp
519c288946
shell32/tests: Fix race conditions.
2010-12-28 16:35:41 +01:00
Greg Geldorp
7234ddd263
shell32/tests: Support for IShellFolderView::RemoveObject was removed in Win7.
2010-12-28 16:35:39 +01:00
David Hedberg
35a45d8190
shell32: Add IInputObject stub to ExplorerBrowser.
2010-12-23 17:07:40 +01:00
André Hentschel
2bbb9cb888
shell32/tests: Fix a typo.
2010-12-23 13:47:26 +01:00
David Hedberg
0d87e1f9fd
shell32: IShellItem::GetAttributes should also work on the desktop shellfolder.
2010-12-20 12:47:40 +01:00
David Hedberg
dfc2f20b89
shell32: Return S_OK in ::SetPropertyBag.
2010-12-20 12:47:40 +01:00
David Hedberg
f6dad19730
shell32: Fix ExplorerBrowser::SetRect to work properly when passed a NULL-valued hdwp.
2010-12-20 12:47:40 +01:00
André Hentschel
c0a86cc103
shell32: Fix shelllink test to not crash on NT4.
...
With much help from Francois.
2010-12-14 16:02:18 +01:00
Michael Stefaniuc
2a2020d997
shell32/tests: Standardize the COM usage in shlview.c.
2010-12-08 16:40:13 +01:00
Austin Lund
8446f5c0a7
shell32/tests: Fixed SHPathPrepareForWriteW tests on Asian platforms.
2010-12-03 14:28:23 +01:00
Paul Vriens
5680cf6293
shell32/tests: Use more A-functions to fix Win95 and actually test correctly on Win9x.
2010-11-29 11:24:09 +01:00
Andrew Eikum
2f05b5a6d9
shell32: Fix an off-by-one error that causes an infinite loop.
2010-11-18 12:31:22 +01:00
Piotr Caban
b1c1ace81a
shell32/tests: Added SHPropStg* tests.
2010-11-16 18:06:04 +01:00
Andrew Eikum
b75b9fab2f
shell32: PIDLs should be checked recursively in SHChangeNotify.
2010-11-15 12:59:05 +01:00
Andrew Eikum
71fad7d18d
shell32/tests: Make SHChangeNotify tests more easily extendible.
2010-11-15 12:59:03 +01:00
Andrew Eikum
d66317605d
shell32: Don't search Path or PIDL for an icon in IShellLink::GetIconLocation.
...
Try as I might, I couldn't get a path out of GetIconLocation that wasn't
put there via SetIconLocation. As far as I can tell, the code here was
based on nothing.
2010-11-12 11:41:36 +01:00