[MSHTML_WINETEST]

- Enable htmllocation test again
ROSTESTS-81

svn path=/trunk/; revision=63718
This commit is contained in:
Thomas Faber 2014-07-18 10:59:32 +00:00
parent 80c4c0200f
commit 2fd11216b0

View file

@ -21,8 +21,6 @@
#include <wine/test.h> #include <wine/test.h>
#if ROSTESTS_81_IS_FIXED
#include "mshtml.h" #include "mshtml.h"
#include "wininet.h" #include "wininet.h"
@ -370,11 +368,9 @@ static void perform_test(const struct location_test* test)
IMoniker_Release(url_mon); IMoniker_Release(url_mon);
IBindCtx_Release(bc); IBindCtx_Release(bc);
} }
#endif /* ROSTESTS_81_IS_FIXED */
START_TEST(htmllocation) START_TEST(htmllocation)
{ {
#if ROSTESTS_81_IS_FIXED
int i; int i;
CoInitialize(NULL); CoInitialize(NULL);
@ -383,5 +379,4 @@ START_TEST(htmllocation)
perform_test(location_tests+i); perform_test(location_tests+i);
CoUninitialize(); CoUninitialize();
#endif /* ROSTESTS_81_IS_FIXED */
} }