http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2645de
)
mshtml: Fixed crash in tests if Gecko is not available.
author
Jacek Caban
<jacek@codeweavers.com>
Wed, 26 Mar 2008 14:24:50 +0000
(15:24 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 26 Mar 2008 22:38:36 +0000
(23:38 +0100)
dlls/mshtml/tests/script.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/tests/script.c
b/dlls/mshtml/tests/script.c
index 8b15d92faff66c9932ba90821a679cb5785c5e02..ac604cce06da5a5e97d527aa9c412e0efb1a690f 100644
(file)
--- a/
dlls/mshtml/tests/script.c
+++ b/
dlls/mshtml/tests/script.c
@@
-432,7
+432,10
@@
static void test_simple_script(void)
IHTMLDocument2 *doc;
SET_EXPECT(CreateInstance);
+
doc = create_and_load_doc(simple_script_str);
+ if(!doc) return;
+
CHECK_CALLED(CreateInstance);
IHTMLDocument2_Release(doc);