Nikolay Sivov
|
b70a5d52f1
|
shlwapi/tests: Compile with -D__WINESRC__.
|
2013-10-16 11:41:20 +02:00 |
Jacek Caban
|
4d5bebb321
|
shlwapi: Use proper helpers for iface calls.
|
2012-08-15 12:18:49 +02:00 |
Michael Stefaniuc
|
24a01dfef8
|
shlwapi/tests: Remove useless ok() call on the "out" variable.
|
2012-05-16 18:30:22 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Nikolay Sivov
|
762aa854ca
|
shlwapi: Fix window style set with SHSetParentHwnd().
|
2011-10-24 11:17:57 +02:00 |
Dan Kegel
|
876d551911
|
shlwapi/tests: Initialize size parameter in test_SHGetShellKey.
|
2011-10-14 20:26:44 +02:00 |
Francois Gouget
|
bd7b345b26
|
Assorted spelling fixes & co.
|
2011-09-27 11:00:13 +02:00 |
Francois Gouget
|
fcb351b40f
|
shlwapi/tests: Skip some tests if not allowed to modify the registry.
|
2011-09-21 11:35:43 +02:00 |
André Hentschel
|
787ab4572d
|
shlwapi/tests: Don't access memory when the allocation failed.
|
2011-07-28 11:28:16 +02:00 |
Austin English
|
92cb70e97c
|
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-09 09:26:13 -06:00 |
Nikolay Sivov
|
219f477a05
|
shlwapi/tests: Reset cookie after service revoked (Valgrind).
|
2011-01-31 12:28:38 +01:00 |
Greg Geldorp
|
f64a800fd9
|
shlwapi/tests: Don't assume date/time are separated by comma.
|
2011-01-14 18:26:19 +01:00 |
Michael Stefaniuc
|
213532a260
|
shlwapi/tests: Finish the COM cleanup in ordinal.c.
|
2011-01-13 15:22:00 +01:00 |
André Hentschel
|
d037b40995
|
shlwapi/tests: Don't test function directly when reporting GetLastError().
|
2010-12-30 15:00:44 +01:00 |
André Hentschel
|
c063e5ccdd
|
shlwapi/tests: Allow Win7 behaviour for SHFormatDateTimeW.
|
2010-12-22 14:16:31 +01:00 |
Michael Stefaniuc
|
26de0e6202
|
shlwapi/tests: Standardize the COM usage in ordinal.c.
|
2010-12-14 12:33:00 +01:00 |
Piotr Caban
|
fd10f47de4
|
shlwapi/tests: Add more tests.
|
2010-10-12 17:38:01 +02:00 |
Piotr Caban
|
c2f25a2206
|
shlwapi: Improved SHGetShellKey implementation.
|
2010-10-12 17:37:51 +02:00 |
Jacek Caban
|
a839e2ec45
|
shlwapi: Skip more tests on too old shlwapi.dll.
|
2010-10-11 12:54:17 +02:00 |
Nikolay Sivov
|
93985e70a8
|
shlwapi/tests: Fix some test failures on RTL enabled boxes.
|
2010-07-30 14:59:41 +02:00 |
Nikolay Sivov
|
e7395e09e1
|
shlwapi: Partially implement SHGetShellKey.
|
2010-07-29 10:30:40 +02:00 |
Nikolay Sivov
|
b684c60a10
|
shlwapi/tests: Fix some test failures on Win2000.
|
2010-07-29 10:29:50 +02:00 |
Paul Vriens
|
eaa6376e64
|
shlwapi/tests: Load shell32 explicitly.
|
2010-07-22 16:27:13 +02:00 |
Andrew Eikum
|
ab418fc258
|
shlwapi: Implement SHSetIniStringW.
|
2010-07-22 10:13:03 +02:00 |
Andrew Eikum
|
ef8cf0fdf2
|
shlwapi: Implement SHGetIniStringW.
|
2010-07-22 10:12:57 +02:00 |
Andrew Eikum
|
d6a827d083
|
shlwapi: Be less strict on which type of IShellFolder can be enumerated.
|
2010-07-21 09:33:35 +02:00 |
André Hentschel
|
f42ede788e
|
shlwapi/tests: Fix GLE for SHFormatDateTimeA.
|
2010-07-20 14:40:32 +02:00 |
Francois Gouget
|
aebbbcb06b
|
shlwapi/tests: Make the XXX_Construct() functions static.
|
2010-06-22 20:03:54 +02:00 |
Alexandre Julliard
|
2083aa3d68
|
shlwapi/tests: Fix some pointer conversion warnings on 64-bit.
|
2010-04-07 14:25:09 +02:00 |
Alexandre Julliard
|
86860cc976
|
shlwapi: Fix SHCreateWorkerWindowA for 64-bit.
|
2010-04-02 15:22:53 +02:00 |
Nikolay Sivov
|
803dea3326
|
shlwapi: Some SHCreateWorkerWindowA tests.
|
2010-03-30 17:23:43 +02:00 |
Nikolay Sivov
|
df04c25a86
|
shlwapi/tests: Use a single trace call variable for all tests.
|
2010-03-29 11:47:52 +02:00 |
Nikolay Sivov
|
43a92c6610
|
shlwapi: Added IUnknown_ProfferService implementation with tests.
|
2010-03-26 10:31:14 +01:00 |
Nikolay Sivov
|
c9f2007e72
|
shlwapi: Implement IUnknown_QueryServiceExec with tests.
|
2010-03-25 15:10:04 +01:00 |
Francois Gouget
|
3428b94a8d
|
Assorted spelling and case fixes.
|
2010-03-22 10:49:13 +01:00 |
Paul Vriens
|
5f6962c7fc
|
shlwapi/tests: Fix some test failures on Vista+.
|
2010-03-17 13:38:51 +01:00 |
Nikolay Sivov
|
533f7558aa
|
shlwapi: Partially implement SHGetObjectCompatFlags with tests.
|
2010-03-15 14:18:06 +01:00 |
Paul Vriens
|
2448b8da9b
|
shlwapi/tests: Fix a test failure on NT4.
|
2010-03-15 13:28:26 +01:00 |
Paul Vriens
|
fc47c7d1d7
|
shlwapi/tests: Fix some test failures on Win9x/WinMe.
|
2010-03-05 12:46:14 +01:00 |
Paul Vriens
|
e271ac6f26
|
shlwapi/tests: Skip some tests on Win9x/WinMe.
|
2010-03-05 12:46:08 +01:00 |
Nikolay Sivov
|
cf663d17e7
|
shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests.
|
2010-03-01 12:05:52 +01:00 |
Nikolay Sivov
|
5d74e5753f
|
shlwapi: Fix mask usage in SHSetWindowBits with tests.
|
2010-03-01 12:05:52 +01:00 |
Detlef Riekenberg
|
c723015fdc
|
shlwapi/tests: Use defined settings when testing GetAcceptLanguages.
|
2010-02-15 16:11:04 +01:00 |
Detlef Riekenberg
|
7aac2c070d
|
shlwapi/tests: Remove GetLastError tests for GetAcceptLanguages, which uses HRESULT.
|
2010-02-12 15:52:25 +01:00 |
Rob Shearman
|
7da10bca33
|
shlwapi: Initialise id field of ConPt object in connection point tests.
|
2009-12-30 16:16:13 +01:00 |
Alexandre Julliard
|
875f726077
|
shlwapi/tests: Remove empty traces.
|
2009-12-23 14:27:31 +01:00 |
Aric Stewart
|
0a59c65e74
|
shlwapi: Implement SHPropertyBag_ReadLONG.
|
2009-12-15 11:43:36 +01:00 |
Francois Gouget
|
5a2d9e8e5f
|
shlwapi/tests: Make test_IConnectionPoint() static.
|
2009-12-14 12:04:04 +01:00 |
Aric Stewart
|
23cea50db2
|
shlwapi/tests: Testing framework and IConnection point tests.
|
2009-12-11 12:16:05 +01:00 |
Ge van Geldorp
|
87cf6b36e5
|
shlwapi/tests: Fix tests on Win7.
|
2009-09-11 13:09:45 +02:00 |