Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
80a48578
Commit
80a48578
authored
Jan 29, 2009
by
Juan Lang
Committed by
Alexandre Julliard
Jan 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetmib1: Remove a test that's no longer true on Windows Vista.
parent
bc2fa007
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
main.c
dlls/inetmib1/tests/main.c
+0
-7
No files found.
dlls/inetmib1/tests/main.c
View file @
80a48578
...
...
@@ -231,13 +231,6 @@ static void testQuery(void)
"expected ASN_INTEGER, got %02x
\n
"
,
vars2
[
1
].
value
.
asnType
);
ok
(
vars2
[
2
].
value
.
asnType
==
ASN_INTEGER
,
"expected ASN_INTEGER, got %02x
\n
"
,
vars2
[
2
].
value
.
asnType
);
/* Check that the operational status of an interface correctly
* follows the MIB2 definition of it, rather than the values
* defined for IPHlpApi's dwOperStatus field.
*/
ok
(
vars2
[
2
].
value
.
asnValue
.
unsigned32
<=
2
,
"expected a value of 0, 1, or 2, got %u
\n
"
,
vars2
[
2
].
value
.
asnValue
.
unsigned32
);
}
else
if
(
noChange
)
skip
(
"no change in OID, no MIB2 IF table implementation
\n
"
);
...
...
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