Module: wine Branch: master Commit: 5640da1414c054bc61e9f1f0eed7305332c399db URL: http://source.winehq.org/git/wine.git/?a=commit;h=5640da1414c054bc61e9f1f0ee...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jan 6 11:29:24 2012 +0100
jscript: Run script tests in version 2 by default.
---
dlls/jscript/tests/run.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c index 5626bd8..66f70b9 100644 --- a/dlls/jscript/tests/run.c +++ b/dlls/jscript/tests/run.c @@ -108,7 +108,7 @@ static const CHAR test_valA[] = "testVal"; static BOOL strict_dispid_check; static const char *test_name = "(null)"; static IDispatch *script_disp; -static int invoke_version; +static int invoke_version = 2; static IActiveScriptError *script_error;
/* Returns true if the user interface is in English. Note that this does not