Commit 120962b3 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Allow more tests to be ran in non-administrator mode.

parent c1cb8f29
......@@ -2791,11 +2791,11 @@ START_TEST(script)
if(winetest_interactive || ! is_ie_hardened()) {
if(register_script_engine()) {
test_simple_script();
run_js_tests();
init_registry(FALSE);
}else {
skip("Could not register TestScript engine\n");
}
run_js_tests();
}else {
skip("IE running in Enhanced Security Configuration\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment