Paul Vriens
|
50d6b08353
|
setupapi/tests: Remove win9x specifics from testDeviceRegistryPropertyW.
|
2008-06-21 11:14:35 +02:00 |
Paul Vriens
|
0fbe23c13d
|
setupapi/tests: Skip all tests on Win9x and WinMe.
|
2008-06-21 11:14:27 +02:00 |
Paul Vriens
|
5f2de1f61f
|
setupapi/tests: Fix some typos.
|
2008-06-19 11:55:08 +02:00 |
Paul Vriens
|
5cd4cbc49c
|
setupapi/tests: Fix some test failures on W2K.
|
2008-06-11 20:02:06 +02:00 |
Paul Vriens
|
e63f4fcfbc
|
setupapi/tests: Fix two more tests on Windows 2000.
|
2008-06-09 16:55:50 +02:00 |
Paul Vriens
|
02b05393c8
|
setupapi/tests: Fix a test on Windows 2000.
|
2008-06-09 16:55:42 +02:00 |
Paul Vriens
|
1567813361
|
setupapi/tests: Fix test for win9x and Vista.
|
2008-06-09 12:37:19 +02:00 |
Paul Vriens
|
057c92db54
|
setupapi/tests: Remove leftovers from old tests.
|
2008-05-28 19:34:38 +02:00 |
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 |
Austin English
|
aab8fae59a
|
Spelling fixes.
|
2008-04-21 14:25:05 +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 |
Alexandre Julliard
|
c7e661b8e5
|
setupapi: Install services in InstallHinfSection.
|
2008-04-16 12:36:18 +02:00 |
Alexandre Julliard
|
cf78e6c38c
|
setupapi: Implemented SetupInstallServicesFromInfSectionW.
|
2008-04-16 12:36:08 +02:00 |
Paul Vriens
|
c535a27670
|
setupapi/tests: No need to use GetProcAddress as all functions exist on all platforms.
|
2008-04-02 19:54:31 +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
|
ebec0a9697
|
setupapi: Fix for SetupGetIntField, with tests.
|
2008-04-01 13:15:56 +02:00 |
Paul Vriens
|
a3557272f4
|
setupapi: Fix some last errors for SetupGetLineByIndex.
|
2008-03-28 21:42:15 +01:00 |
Paul Vriens
|
50e81d0e6d
|
setupapi: Fix some last errors for SetupFindFirstLine.
|
2008-03-28 21:42:15 +01:00 |
Paul Vriens
|
dacb11533d
|
setupapi/tests: Remove check as we don't care how 'field' is allocated.
|
2008-03-28 14:53:29 +01:00 |
Paul Vriens
|
026b252b44
|
setupapi/tests: Add a few tests for SetupInstallServicesFromInfSectionA.
|
2008-03-28 14:51:43 +01: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 |
Paul Vriens
|
18e305241d
|
setupapi/tests: Add some tests for the last error returned.
|
2008-03-27 17:47:23 +01:00 |
Alexandre Julliard
|
39fea9329c
|
setupapi/tests: Use FIELD_OFFSET instead of offsetof.
|
2008-03-24 21:06:15 +01:00 |
Paul Vriens
|
ee08320d50
|
setupapi/tests: Add a test for installing a driver service via an INF file.
|
2008-03-21 11:21:56 +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 |
Francois Gouget
|
a116879507
|
Assorted spelling fixes.
|
2007-08-30 12:26:02 +02:00 |
Paul Vriens
|
86e2d1a5e7
|
setupapi/tests: Use skip instead of trace.
|
2007-08-27 11:57:49 +02:00 |
Jason Edmeades
|
7f901f41f0
|
setupapi: Remove duplicate backslashes on dirids.
|
2007-08-13 13:04:16 +02:00 |
Jason Edmeades
|
ac6343cd5a
|
setupapi: Add test to show setupapi does not handle single quotes.
|
2007-08-10 12:58:17 +02:00 |
Paul Vriens
|
c0cc85f78e
|
setupapi/tests: Use GetModuleHandleA instead of LoadLibraryA.
|
2007-07-31 12:34:54 +02:00 |
Detlef Riekenberg
|
6a95b93ec3
|
advpack+setupapi: Remove unneeded checks before SetupCloseInfFile.
|
2007-07-10 13:32:10 +02:00 |
Detlef Riekenberg
|
8be4e8537c
|
setupapi: Avoid crash in SetupCloseInfFile.
|
2007-07-10 13:31:54 +02:00 |
Francois Gouget
|
a3317a5c01
|
Assorted spelling fixes.
|
2007-07-05 19:56:34 +02:00 |
Misha Koshelev
|
0e369586df
|
setupapi: Simplify code as native setupapi does not handle quoted paths.
|
2007-06-25 11:44:09 +02:00 |
Misha Koshelev
|
41fd380005
|
setupapi: Handle unquoted paths in InstallHinfSection as native.
|
2007-06-15 13:24:01 +02:00 |
Misha Koshelev
|
095c9bf26a
|
setupapi/tests: Add basic tests for InstallHinfSectionA/W command line processing.
|
2007-06-15 13:23:55 +02:00 |
Francois Gouget
|
b6a2102d34
|
setupapi/tests: There is no strncasecmp() on Windows. So use CompareString() instead.
|
2007-05-29 13:46:24 +02:00 |
Hans Leidekker
|
3cfb018ea6
|
setupapi: Don't require a valid version section for INF_STYLE_OLDNT files.
|
2007-05-21 12:30:34 +02:00 |
Paul Vriens
|
299a358fdb
|
setupapi/tests: SetupQueryInfOriginalFileInformationA is not available on win98.
|
2007-05-08 20:09:31 +02:00 |
Rob Shearman
|
c572ddb40c
|
setupapi: Partially implement SetupQueryInfOriginalFileInformationW.
Implement SetupQueryInfOriginalFileInformationA on top of SetupQueryInfOriginalFileInformationW.
|
2007-05-04 12:40:43 +02:00 |
Paul Vriens
|
4b34ba65d9
|
setupapi/tests: SetupCopyOEMInfA is not available on NT4.
|
2007-04-26 14:25:00 +02:00 |
Paul Vriens
|
ce3fa8e861
|
setupapi/tests: SetupDiCreateDeviceInfoListExW is not implemented on win98.
|
2007-04-25 13:48:21 +02:00 |
Hans Leidekker
|
aa4fe06739
|
setupapi: Implement SetupGetFileCompressionInfo on top of SetupGetFileCompressionInfoEx.
|
2007-04-10 21:39:48 +02:00 |
Paul Vriens
|
ce45b8b1c6
|
setupapi/tests: Run tests on win98 again.
|
2007-04-10 14:23:21 +02:00 |
Alexandre Julliard
|
aa12152e7b
|
setupapi: Avoid using sizeof in traces.
|
2007-04-09 14:15:34 +02:00 |
Hans Leidekker
|
9970ccb9a5
|
setupapi: Add tests for SetupDecompressOrCopyFile.
|
2007-04-09 12:52:11 +02:00 |
Hans Leidekker
|
c1a856e649
|
setupapi: Add tests for SetupGetFileCompressionInfoEx.
|
2007-04-09 12:51:09 +02:00 |
James Hawkins
|
405b96e979
|
setupapi: SetLastError to ERROR_SUCCESS on success.
|
2007-03-28 13:28:28 +02:00 |
James Hawkins
|
672952d2b6
|
setupapi: Correct the Inf output position.
|
2007-03-28 13:28:13 +02:00 |
James Hawkins
|
ff326fd0ff
|
setupapi: The Inf file should be copied regardless of the destination buffer, with tests.
|
2007-03-28 13:28:01 +02:00 |
James Hawkins
|
efa6591fff
|
setupapi: Don't allow relative paths in SetupCopyOEMInf.
|
2007-03-28 13:25:03 +02:00 |
James Hawkins
|
9eaea34e04
|
setupapi: Add several tests for SetupCopyOEMInf, with fixes so the tests don't crash.
|
2007-03-27 13:22:31 +02:00 |
Francois Gouget
|
5d0da6f666
|
setupapi/tests: Print GetLastError() in decimal with '%u'.
|
2007-01-08 12:06:36 +01:00 |
Hans Leidekker
|
17f66b7086
|
setupapi: Add tests for SetupGet{SourceFileLocation, SourceInfo, TargetPath}.
|
2006-11-17 15:51:25 +01:00 |
Francois Gouget
|
7ab6d8522b
|
setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes.
|
2006-11-08 12:10:53 +01:00 |
Michael Ploujnikov
|
8e302e15d2
|
setupapi/tests: Win64 printf format warning fixes.
|
2006-10-10 13:36:38 +02:00 |
Francois Gouget
|
222c167969
|
Assorted spelling fixes.
|
2006-09-29 16:28:30 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Damjan Jovanovic
|
e6e96d3ea1
|
setupapi: Brace the guid in SetupDiOpenClassRegKeyExW.
|
2006-09-26 21:50:09 +02:00 |
Frank Richter
|
e1fa51f59c
|
setupapi: Duplicate behaviour of native SetupGetInfInformation with NULL ReturnBuffer and certain ReturnBufferSizes.
|
2006-09-26 11:38:52 +02:00 |
Paul Vriens
|
d51594d0d6
|
setupapi/tests: Use pSetupDiOpenClassRegKeyExA.
|
2006-09-20 20:03:38 +02:00 |
James Hawkins
|
7588b669d8
|
setupapi: Implement pSetupGetField, with tests.
|
2006-09-14 11:40:27 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Damjan Jovanovic
|
9bbcb857f9
|
setupapi: Fixed returns values and added a test for SetupDiOpenClassRegKeyExW.
|
2006-09-10 10:17:55 +02:00 |
Paul Vriens
|
2bd9c59c49
|
setupapi: Make tests loadable again on NT4.
|
2006-08-15 19:25:58 +02:00 |
Andrew Talbot
|
259d6b5077
|
setupapi/tests: Write-strings warnings fix.
|
2006-08-07 13:10:35 +02:00 |
Christian Gmeiner
|
dce52c1b3b
|
setupapi: Rename a test.
|
2006-07-21 13:25:43 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Andrew Talbot
|
cd9202d05b
|
setupapi/tests: Add trailing '\n's to ok() calls.
|
2006-06-30 21:08:17 +02:00 |
James Hawkins
|
bce44161f1
|
setupapi: Fix SetupCloseInfFile when a NULL handle is given, with tests.
|
2006-06-27 11:15:36 +02:00 |
Christian Gmeiner
|
8f5d90b44d
|
setupapi: Implement SetupDiCreateDeviceInfoListExW.
|
2006-06-19 21:16:04 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Andrew Ziem
|
5c23aa19dc
|
setupapi: Improve unit tests for case sensitivity in string tables.
|
2006-05-08 16:04:55 +02:00 |
Andrew Ziem
|
3671263108
|
setupapi: Add case sensitivity string table tests.
|
2006-05-05 21:46:23 +02:00 |
James Hawkins
|
94515450fa
|
setupapi: Handle the INFINFO_REVERSE_DEFAULT_SEARCH search flag.
|
2006-02-14 12:23:58 +01:00 |
James Hawkins
|
202942de61
|
setupapi: Handle the INFINFO_INF_NAME_IS_ABSOLUTE and
INFINFO_DEFAULT_SEARCH search flags.
|
2006-02-14 12:23:29 +01:00 |
James Hawkins
|
21fb7ab6a1
|
setupapi: Add an initial implementation of SetupGetInfInformation.
|
2006-02-07 16:24:17 +01:00 |
Alexandre Julliard
|
ebc65aea8d
|
setupapi: Ignore ok file for new query test.
|
2006-01-31 18:18:24 +01:00 |
James Hawkins
|
ac6c941058
|
setupapi: Add tests for SetupGetInfInformation.
|
2006-01-31 12:22:48 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Francois Gouget
|
2adb302a99
|
Add trailing '\n's to ok() and TRACE() calls.
|
2005-11-10 11:17:38 +00:00 |
Alexandre Julliard
|
6c0fc4205c
|
Added a bunch of tests for the INF parser.
|
2005-11-07 16:41:37 +00:00 |
Eric Kohl
|
da46628883
|
- String id 0 becomes a reserved (invalid) id.
- StringTableStringFromId returns a pointer to an empty string if the
string id is invalid.
|
2005-09-23 10:09:47 +00:00 |
Steven Edwards
|
331e09c22c
|
Added stringtable regression test.
|
2005-09-21 14:16:05 +00:00 |