Paul Vriens
|
b58cab405a
|
setupapi/tests: Test to show cleanup should not be needed.
|
2008-05-27 19:35:08 +02:00 |
Paul Vriens
|
3758205546
|
setupapi/tests: Add another test.
|
2008-05-27 19:35:04 +02:00 |
Paul Vriens
|
8253824669
|
setupapi/tests: Cleanup after testCreateDeviceInterface.
|
2008-05-27 12:42:55 +02:00 |
Paul Vriens
|
156dad05c0
|
setupapi/tests: Test registry after testDeviceRegistryProperty.
|
2008-05-26 19:49:42 +02:00 |
Paul Vriens
|
3573b90bdc
|
setupapi/tests: Cleanup after testGetDeviceInterfaceDetail.
|
2008-05-26 19:49:35 +02:00 |
Paul Vriens
|
7609581cf5
|
setupapi/tests: Cleanup after testRegisterAndGetDetail.
|
2008-05-26 19:49:18 +02:00 |
Paul Vriens
|
82fcb7a5c3
|
setupapi/tests: Cleanup after testDevRegKey.
|
2008-05-26 19:49:06 +02:00 |
Paul Vriens
|
2b27d9baed
|
setupapi/tests: Skip tests on win9x.
|
2008-05-26 19:48:44 +02:00 |
Paul Vriens
|
d9b673f91a
|
setupapi/tests: Turn guid into a global variable.
|
2008-05-26 19:48:38 +02:00 |
Paul Vriens
|
b1b4063c0b
|
setupapi/tests: Fix a test on NT4.
|
2008-05-26 19:48:32 +02:00 |
Paul Vriens
|
ee975a5611
|
setupapi/tests: Close registry key after use.
|
2008-05-26 19:48:25 +02:00 |
Paul Vriens
|
ed552b474c
|
setupapi/tests: Fix typos.
|
2008-05-21 20:15:13 +02:00 |
Paul Vriens
|
fb18592c93
|
setupapi/tests: Fix typo.
|
2008-05-21 20:15:02 +02:00 |
Paul Vriens
|
bece26be54
|
setupapi/tests: Skip some tests if we are on win9x.
|
2008-05-21 17:16:20 +02:00 |
Paul Vriens
|
59b6506439
|
setupapi/tests: Remove a duplicate function call.
|
2008-05-21 17:16:11 +02:00 |
James Hawkins
|
5a701ab6b4
|
setupapi: Fix a few test failures in win2k3.
|
2008-05-21 11:37:06 +02:00 |
Paul Vriens
|
ed67a1f350
|
setupapi/tests: Clean up properly on win9x.
|
2008-05-05 12:53:24 +02:00 |
Paul Vriens
|
d6f9de67b8
|
setupapi/tests: Skip some tests on win9x.
|
2008-05-05 12:53:19 +02:00 |
Alexander Morozov
|
af5e168f16
|
setupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INVALID_DATA when buffer size is not 0 but buffer is NULL.
|
2008-04-17 20:21:48 +02:00 |
Alexander Morozov
|
85861a4999
|
setupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INSUFFICIENT_BUFFER when buffer size is insufficient.
|
2008-04-17 20:21:38 +02:00 |
Alexander Morozov
|
68f12e32a8
|
setupapi: Add a test for SetupDiGetDeviceRegistryProperty and SetupDiSetDeviceRegistryProperty.
|
2008-04-17 20:21:26 +02:00 |
Alexander Morozov
|
997bea9b89
|
setupapi: Create DeviceInstance value in registry, delete todo_wine from test.
|
2008-04-02 13:44:08 +02:00 |
Alexander Morozov
|
c4fb0f236e
|
setupapi: Added a test for registering device interface and getting device path.
|
2008-04-02 13:39:06 +02:00 |
Paul Vriens
|
ea64ac8ab7
|
setupapi/tests: Run tests on win9x again.
|
2008-03-28 14:51:38 +01:00 |
Christopher Berner
|
6bc8e9a116
|
setupapi: Fix buffer size in SetupDiGetDeviceInterfaceDetailW.
|
2008-03-27 19:37:12 +01:00 |
Alexandre Julliard
|
39fea9329c
|
setupapi/tests: Use FIELD_OFFSET instead of offsetof.
|
2008-03-24 21:06:15 +01:00 |
Paul Vriens
|
433ca7d8bd
|
setupapi/devinst: Struct size passed needs to be exact.
|
2008-02-25 20:42:32 +01:00 |
Rob Shearman
|
55aeb80aa3
|
setupapi: Make the setupapi tests load on systems < Vista by providing a private implementation of RegDeleteTreeW.
|
2007-11-02 12:37:32 +01:00 |
Juan Lang
|
629123bae4
|
setupapi: Implement SetupDiOpenDevRegKey.
|
2007-10-15 12:09:11 +02:00 |
Juan Lang
|
559f89afd2
|
setupapi: Test SetupDiOpenDevRegKey.
|
2007-10-15 12:05:28 +02:00 |
Juan Lang
|
8cacf12fe5
|
setupapi: Improve parameter checking in SetupDiInstallClass.
|
2007-10-15 12:05:22 +02:00 |
Juan Lang
|
f2c85adbc3
|
setupapi: Remove bogus part of test.
|
2007-10-15 12:05:15 +02:00 |
Juan Lang
|
caae01f8be
|
setupapi: Test SetupDiInstallClass.
|
2007-10-12 11:04:25 +02:00 |
Juan Lang
|
df3cb0630d
|
setupapi: Create symbolic link value when interface is created.
|
2007-09-24 14:16:04 +02:00 |
Juan Lang
|
d34ec8b8a1
|
setupapi: Add test showing value of path.
|
2007-09-24 14:15:32 +02:00 |
Juan Lang
|
a63c9356a4
|
setupapi: Implement SetupDiGetDeviceInterfaceDetailA/W.
|
2007-09-24 14:15:22 +02:00 |
Juan Lang
|
6bd4ed73cb
|
setupapi: Add tests for SetupDiGetDeviceInterfaceDetail.
|
2007-09-24 14:14:44 +02:00 |
Juan Lang
|
be863b07ff
|
setupapi: Implement SetupDiEnumDeviceInterfaces.
|
2007-09-24 14:14:23 +02:00 |
Juan Lang
|
69b0b42455
|
setupapi: Implement SetupDiCreateDeviceInterfaceW.
|
2007-09-24 14:14:15 +02:00 |
Juan Lang
|
6682012209
|
setupapi: Add error checking to SetupDiCreateDeviceInterfaceW stub.
|
2007-09-24 14:13:44 +02:00 |
Juan Lang
|
8069619b90
|
setupapi: Add tests for SetupDiCreateDeviceInterface.
|
2007-09-24 14:13:09 +02:00 |
Juan Lang
|
f4b9bc2454
|
setupapi: Implement SetupDiRegisterDeviceInfo.
|
2007-09-21 12:14:48 +02:00 |
Juan Lang
|
a57a17d3fc
|
setupapi: Add tests for SetupDiRegisterDeviceInfo.
|
2007-09-21 12:14:38 +02:00 |
Juan Lang
|
f94f6367f2
|
setupapi: Implement SetupDiGetDeviceInstanceIdW.
|
2007-09-21 12:06:14 +02:00 |
Juan Lang
|
83f05e79bb
|
setupapi: Implement SetupDiCreateDeviceInfoW.
|
2007-09-21 12:05:48 +02:00 |
Juan Lang
|
1bbfd72afb
|
setupapi: Add error checking to SetupDiCreateDeviceInfoW stub.
|
2007-09-20 14:27:13 +02:00 |
Juan Lang
|
e481b1eaee
|
setupapi: Add tests for SetupDiGetDeviceInstanceId.
|
2007-09-20 14:27:13 +02:00 |
Juan Lang
|
362e8e1f62
|
setupapi: Add tests for SetupDiCreateDeviceInfo.
|
2007-09-20 14:27:13 +02:00 |
Paul Vriens
|
86e2d1a5e7
|
setupapi/tests: Use skip instead of trace.
|
2007-08-27 11:57:49 +02:00 |
Paul Vriens
|
c0cc85f78e
|
setupapi/tests: Use GetModuleHandleA instead of LoadLibraryA.
|
2007-07-31 12:34:54 +02:00 |