Commit Graph

24 Commits (9d71d29f26a6f89d4e603c60e355d2ed39153b7f)

Author SHA1 Message Date
Nikolay Sivov ab5c3ad8da browseui: Call interface methods properly. 2012-08-20 10:58:40 +02:00
Detlef Riekenberg 518e05cb33 browseui/tests: Add tests for IProgressDialog. 2012-04-19 19:28:12 +02:00
Francois Gouget 80d8275f81 browseui/tests: Skip some tests if IEnumACString is not supported. 2011-09-28 19:55:16 +02:00
Francois Gouget 3de330db54 tests: Remove unneeded assert.h includes. 2011-09-27 10:59:56 +02:00
Francois Gouget cd88a0f32c shell32: Add definitions for the IEnumACString interface.
Enable the corresponding browseui:autocomplete tests.
2011-09-27 10:59:37 +02:00
Michael Stefaniuc 4c98182a5b browseui/tests: COM cleanup in autocomplete.c. 2011-03-28 17:08:54 +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
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
James Hawkins 5324cb6135 browseui: Fix two memory leaks in the autocomplete tests. 2010-01-07 17:59:58 +01:00
Huw Davies f75981c712 browseui: Fix several memory leaks in the tests.
Found by Valgrind.
2009-12-14 12:04:04 +01:00
Michael Stefaniuc 3a95eaab9a browseui: Remove superfluous casts from/to void pointers. 2009-01-04 13:33:59 +01:00
Francois Gouget cbf19c30e0 browseui/tests: Make some functions static. 2008-12-29 11:35:37 +01:00
Reece Dunn a8ffb232ab browseui: Fixed building the tests with the Windows SDK. 2008-09-08 14:08:25 +02:00
Alexandre Julliard 79c64acc7b tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Mikołaj Zalewski c9492a5bf4 browseui/tests: make the ACLMulti test pass under Windows Vista. 2008-02-15 12:04:43 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Mikołaj Zalewski 823c64ef99 browseui: Remove a test with a wrong pointer. 2007-03-19 12:24:48 +01:00
Stefan Huehner 4d1d01f266 Mark several functions as static. 2007-03-13 13:35:12 +01:00
Stefan Huehner 51a7ca3440 Change some functions arguments from () -> (void). 2007-03-12 12:25:31 +01:00
Francois Gouget 99df8e8db4 browseui: Add missing '\n's to ok() calls. 2007-02-07 21:42:05 +01:00
Mikołaj Zalewski 7206e10673 browseui: Implement and test ACLMulti. 2007-02-06 12:40:37 +01:00