Author: tfaber
Date: Wed Oct 12 21:10:04 2016
New Revision: 72961
URL:
http://svn.reactos.org/svn/reactos?rev=72961&view=rev
Log:
[MSHTML_WINETEST]
- Re-enable skipped htmldoc tests.
ROSTESTS-113 #resolve
Modified:
trunk/rostests/winetests/mshtml/htmldoc.c
Modified: trunk/rostests/winetests/mshtml/htmldoc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/mshtml/htmldoc.…
==============================================================================
--- trunk/rostests/winetests/mshtml/htmldoc.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/mshtml/htmldoc.c [iso-8859-1] Wed Oct 12 21:10:04 2016
@@ -8596,22 +8596,11 @@
test_HTMLDocument(TRUE, TRUE);
test_HTMLDocument_StreamLoad();
test_HTMLDocument_StreamInitNew();
- if (winetest_interactive)
- test_editing_mode(FALSE, FALSE);
- else
- skip("Skipping test_editing_mode(FALSE, FALSE). ROSTESTS-113.\n");
+ test_editing_mode(FALSE, FALSE);
test_editing_mode(TRUE, FALSE);
test_editing_mode(TRUE, TRUE);
- if (winetest_interactive)
- {
- test_HTMLDocument_http(FALSE);
- test_HTMLDocument_http(TRUE);
- }
- else
- {
- skip("Skipping test_HTMLDocument_http(FALSE). ROSTESTS-113.\n");
- skip("Skipping test_HTMLDocument_http(TRUE). ROSTESTS-113.\n");
- }
+ test_HTMLDocument_http(FALSE);
+ test_HTMLDocument_http(TRUE);
test_submit();
test_UIActivate(FALSE, FALSE, FALSE);