Commit Graph

92 Commits

Author SHA1 Message Date
Alexandre Julliard 730f01801f tests: Make some variables static. 2010-10-01 13:41:42 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Marko Nikolic 78b020c018 advpack/tests: Removed sign comparison warning in advpack tests. 2010-08-20 13:21:34 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Francois Gouget 170d647bf8 advpack/tests: Use win_skip() to skip over unimplemented functionality. 2009-02-26 12:18:49 +01:00
James Hawkins 99e7287ed7 advpack: Don't test properties of a file if it can't be created. 2009-01-26 16:08:02 +01:00
James Hawkins 8322bd78e8 advpack: Skip tests for broken functions. 2009-01-26 16:07:48 +01:00
Michael Stefaniuc 602f42c25f include: Change to LONG/ULONG in fci.h for Win64 compatibility. 2009-01-14 12:21:13 +01:00
Alexandre Julliard d7ca3dd200 advpack/tests: Add CDECL to the cabinet callback functions. 2009-01-03 20:12:26 +01:00
Vincent Povirk e4271d8736 advpack/tests: Fix string format warning. 2008-12-05 12:30:06 +01:00
Paul Vriens 53f94c07f8 advpack/tests: Use win_skip instead of trace. 2008-10-21 11:43:12 +02:00
James Hawkins 35e16a2b42 advpack: Fix a failing test in win98. 2008-08-05 14:09:36 +02:00
James Hawkins 0dcdbcd3cc advpack: Skip the TranslateInfEx tests in win9x. 2008-08-05 14:09:34 +02:00
James Hawkins 10a1b94875 advpack: Fix several test failures in win9x. 2008-06-30 15:06:53 +02:00
James Hawkins 8cfb50e57e advpack: Run the install test in a temporary directory. 2008-06-30 15:06:49 +02:00
James Hawkins 315e8ce312 advpack: Run the files test in a temporary directory. 2008-06-30 15:05:52 +02:00
Paul Vriens ee69c6141b advpack/tests: Add a FreeLibrary and a skip message. 2008-06-09 12:39:26 +02:00
Austin English 955adcbce9 advpack: Fix a test failure on 9x. 2008-06-04 12:41:09 +02:00
Michael Karcher 98778f486a advpack: Fix buffer sizes for possibly quoted strings. 2008-05-30 09:56:09 +02:00
James Hawkins b08f7fd803 advpack: Fix a few failing tests in win95. 2008-04-21 12:12:23 +02:00
James Hawkins a42f4b654b advpack: Remove a test that fails inconsistently on several platforms. 2008-04-21 12:10:37 +02:00
Paul Vriens d1a3bad723 advpack/tests: Free the library after use. 2008-03-10 12:53:56 +01:00
Paul Vriens 795087bcc1 advpack/tests: Show errors in hex. 2008-02-11 19:55:49 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Francois Gouget 4f16a43c2c advpack: Skip some tests if not in interactive mode because they pop up dialogs. 2007-11-13 23:28:06 +01:00
Stefan Leichter 9a04b754e9 advpack/tests: Print the unexpected result in function check_ini_contents. 2007-10-29 13:59:55 +01:00
James Hawkins 9f50d66276 advpack: Restore the LProgramF string using the acquired Program Files string. 2007-10-26 14:03:47 +02:00
Marcus Meissner 0065387b83 advpack: Handle localized C:\Program Files. 2007-10-09 12:31:47 +02:00
Jason Edmeades 7f901f41f0 setupapi: Remove duplicate backslashes on dirids. 2007-08-13 13:04:16 +02:00
Jason Edmeades 799ef700c4 advpack: Strip single quotes (with tests) on reg keys. 2007-08-13 12:08:03 +02:00
Paul Vriens 618c1fe711 advpack/tests: Create the temporary inf-file in a directory where we are allowed to write. 2007-07-04 13:42:42 +02:00
Paul Vriens 437a3aab9d advpack/tests: Don't hardcode the system directory. 2007-05-21 12:38:54 +02:00
Paul Vriens c7e40aa972 advpack/tests: Don't hardcode the windows directory. 2007-04-12 16:19:45 +02:00
Stefan Huehner 51a7ca3440 Change some functions arguments from () -> (void). 2007-03-12 12:25:31 +01:00
Bang Jun-Young 657c84cba9 advpack/tests: Fix typo. 2007-01-22 13:28:47 +01:00
James Hawkins b3331d1a76 advpack: Fill the output buffer to workaround a bug in IE7s advpack. 2007-01-10 12:00:19 +01:00
Paul Vriens c9f6c4c7cf advpack/tests: Change the output for HRESULT's. 2006-12-08 11:39:38 +01:00
Paul Vriens 9d0b69d130 advpack: Remove test that crashes on systems with IE7. 2006-11-24 11:51:01 +01:00
James Hawkins a27ae79295 advpack: Use the full path of the INF file as the source directory if the CAB file is invalid. 2006-11-02 12:23:53 +01:00
Paul Vriens 26172f8aa4 advpack: Add another test. 2006-10-31 21:57:40 +01:00
Paul Vriens f8268719bf advpack: Fix typos. 2006-10-31 21:57:32 +01:00
James Hawkins 615d09f285 advpack: Fix the full path check. 2006-10-24 11:44:20 +02:00
Michael Ploujnikov d7c0a0e38c advpack/tests: Win64 printf format warning fixes. 2006-10-12 11:37:10 +02:00
Paul Vriens 06e0766910 advpack: Make tests run on Win98 again. 2006-10-06 12:53:25 +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
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
James Hawkins f5acc51f2c advpack: Get the proper working directory in install_init. 2006-09-07 10:47:58 +02:00
Saulius Krasuckas a07240142e advpack/tests: Make RunSetupCommand not popup dialogs. 2006-08-21 12:21:38 +02:00