From: Thomas Faber Date: Fri, 18 Jul 2014 10:59:32 +0000 (+0000) Subject: [MSHTML_WINETEST] X-Git-Tag: backups/0.3.17@66124~900 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2fd11216b035191e6d31ab9c0a9b93cdcb933b68;hp=80c4c0200f41660bfe21ab48c426e6611d264902 [MSHTML_WINETEST] - Enable htmllocation test again ROSTESTS-81 svn path=/trunk/; revision=63718 --- diff --git a/rostests/winetests/mshtml/htmllocation.c b/rostests/winetests/mshtml/htmllocation.c index 88da3d35ef8..8bf5517dd5b 100644 --- a/rostests/winetests/mshtml/htmllocation.c +++ b/rostests/winetests/mshtml/htmllocation.c @@ -21,8 +21,6 @@ #include -#if ROSTESTS_81_IS_FIXED - #include "mshtml.h" #include "wininet.h" @@ -370,11 +368,9 @@ static void perform_test(const struct location_test* test) IMoniker_Release(url_mon); IBindCtx_Release(bc); } -#endif /* ROSTESTS_81_IS_FIXED */ START_TEST(htmllocation) { -#if ROSTESTS_81_IS_FIXED int i; CoInitialize(NULL); @@ -383,5 +379,4 @@ START_TEST(htmllocation) perform_test(location_tests+i); CoUninitialize(); -#endif /* ROSTESTS_81_IS_FIXED */ }