mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Disable correct test with ROSTESTS_81_IS_FIXED */
svn path=/trunk/; revision=57544
This commit is contained in:
parent
ddc09319e0
commit
0c051e6759
3 changed files with 5 additions and 37 deletions
|
@ -23,8 +23,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if ROSTESTS_81_IS_FIXED
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "initguid.h"
|
||||
|
@ -5274,11 +5272,8 @@ static void test_IPersistHistory(void)
|
|||
ok(ref == 0, "ref=%d, expected 0\n", ref);
|
||||
}
|
||||
|
||||
#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
|
||||
START_TEST(htmldoc)
|
||||
{
|
||||
#if ROSTESTS_81_IS_FIXED
|
||||
CoInitialize(NULL);
|
||||
container_hwnd = create_container_window();
|
||||
register_protocol();
|
||||
|
@ -5304,5 +5299,4 @@ START_TEST(htmldoc)
|
|||
|
||||
DestroyWindow(container_hwnd);
|
||||
CoUninitialize();
|
||||
#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
}
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
#include <wine/test.h>
|
||||
|
||||
#if ROSTESTS_81_IS_FIXED
|
||||
|
||||
#include "mshtml.h"
|
||||
#include "wininet.h"
|
||||
|
||||
|
@ -349,9 +351,11 @@ 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);
|
||||
|
@ -360,4 +364,5 @@ START_TEST(htmllocation)
|
|||
perform_test(location_tests+i);
|
||||
|
||||
CoUninitialize();
|
||||
#endif /* ROSTESTS_81_IS_FIXED */
|
||||
}
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
Index: htmldoc.c
|
||||
===================================================================
|
||||
--- htmldoc.c (revision 57539)
|
||||
+++ htmldoc.c (working copy)
|
||||
@@ -23,6 +23,8 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
+#if ROSTESTS_81_IS_FIXED
|
||||
+
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "initguid.h"
|
||||
@@ -5272,8 +5274,11 @@
|
||||
ok(ref == 0, "ref=%d, expected 0\n", ref);
|
||||
}
|
||||
|
||||
+#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
+
|
||||
START_TEST(htmldoc)
|
||||
{
|
||||
+#if ROSTESTS_81_IS_FIXED
|
||||
CoInitialize(NULL);
|
||||
container_hwnd = create_container_window();
|
||||
register_protocol();
|
||||
@@ -5299,4 +5304,5 @@
|
||||
|
||||
DestroyWindow(container_hwnd);
|
||||
CoUninitialize();
|
||||
+#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
}
|
Loading…
Reference in a new issue