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

This commit is contained in:
Jacek Caban 2012-04-18 15:26:03 +02:00 committed by Alexandre Julliard
parent c1cb8f29b0
commit 120962b30e
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}