Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
68fa7d3b
Commit
68fa7d3b
authored
Jul 23, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Fixed tests on Vista.
parent
592e6aa9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+6
-1
No files found.
dlls/mshtml/tests/htmldoc.c
View file @
68fa7d3b
...
...
@@ -191,6 +191,7 @@ DEFINE_EXPECT(GetPendingUrl);
DEFINE_EXPECT
(
ActiveElementChanged
);
DEFINE_EXPECT
(
IsErrorUrl
);
DEFINE_EXPECT
(
get_LocationURL
);
DEFINE_EXPECT
(
CountEntries
);
static
IUnknown
*
doc_unk
;
static
IMoniker
*
doc_mon
;
...
...
@@ -3245,7 +3246,7 @@ static HRESULT WINAPI TravelLog_Clone(ITravelLog *iface, ITravelLog **pptl)
static
DWORD
WINAPI
TravelLog_CountEntries
(
ITravelLog
*
iface
,
IUnknown
*
punk
)
{
ok
(
0
,
"unexpected call
\n
"
);
CHECK_EXPECT
(
CountEntries
);
return
E_NOTIMPL
;
}
...
...
@@ -5069,6 +5070,8 @@ static void test_download(DWORD flags)
SET_EXPECT
(
Exec_ShellDocView_140
);
if
(
!
is_js
)
{
SET_EXPECT
(
Exec_MSHTML_PARSECOMPLETE
);
if
(
support_wbapp
)
/* Called on some Vista installations */
SET_EXPECT
(
CountEntries
);
SET_EXPECT
(
Exec_HTTPEQUIV_DONE
);
}
SET_EXPECT
(
SetStatusText
);
...
...
@@ -5158,6 +5161,8 @@ static void test_download(DWORD flags)
CLEAR_CALLED
(
Exec_ShellDocView_140
);
if
(
!
is_js
)
{
CHECK_CALLED
(
Exec_MSHTML_PARSECOMPLETE
);
if
(
support_wbapp
)
/* Called on some Vista installations */
CLEAR_CALLED
(
CountEntries
);
CHECK_CALLED
(
Exec_HTTPEQUIV_DONE
);
}
SET_CALLED
(
SetStatusText
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment