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
ad8efd93
Commit
ad8efd93
authored
Nov 12, 2008
by
Paul Vriens
Committed by
Alexandre Julliard
Nov 12, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
snmpapi/tests: Fix failures on NT4 and below.
parent
902bee8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
util.c
dlls/snmpapi/tests/util.c
+16
-2
No files found.
dlls/snmpapi/tests/util.c
View file @
ad8efd93
...
@@ -71,6 +71,7 @@ static void test_SnmpUtilOidToA(void)
...
@@ -71,6 +71,7 @@ static void test_SnmpUtilOidToA(void)
static
AsnObjectIdentifier
oid4
=
{
258
,
ids2
};
static
AsnObjectIdentifier
oid4
=
{
258
,
ids2
};
static
AsnObjectIdentifier
oid5
=
{
1
,
ids3
};
static
AsnObjectIdentifier
oid5
=
{
1
,
ids3
};
static
const
char
expect0
[]
=
"<null oid>"
;
static
const
char
expect0
[]
=
"<null oid>"
;
static
const
char
expect0_alt
[]
=
"NUL"
;
static
const
char
expect1
[]
=
"1.3.6.1.4.1.311"
;
static
const
char
expect1
[]
=
"1.3.6.1.4.1.311"
;
static
const
char
expect2
[]
=
static
const
char
expect2
[]
=
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
...
@@ -90,6 +91,15 @@ static void test_SnmpUtilOidToA(void)
...
@@ -90,6 +91,15 @@ static void test_SnmpUtilOidToA(void)
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1"
;
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1"
;
static
const
char
expect3_alt
[]
=
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1."
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1"
;
static
const
char
expect4
[]
=
"-1"
;
static
const
char
expect4
[]
=
"-1"
;
/* This crashes under win98 */
/* This crashes under win98 */
...
@@ -103,7 +113,9 @@ static void test_SnmpUtilOidToA(void)
...
@@ -103,7 +113,9 @@ static void test_SnmpUtilOidToA(void)
ret
=
SnmpUtilOidToA
(
&
oid0
);
ret
=
SnmpUtilOidToA
(
&
oid0
);
ok
(
ret
!=
NULL
,
"SnmpUtilOidToA failed
\n
"
);
ok
(
ret
!=
NULL
,
"SnmpUtilOidToA failed
\n
"
);
ok
(
!
strcmp
(
ret
,
expect0
),
"SnmpUtilOidToA failed got
\n
%s
\n
expected
\n
%s
\n
"
,
ok
(
!
strcmp
(
ret
,
expect0
)
||
broken
(
!
strcmp
(
ret
,
expect0_alt
)),
/* Win98, WinMe, NT4 */
"SnmpUtilOidToA failed got
\n
%s
\n
expected
\n
%s
\n
"
,
ret
,
expect0
);
ret
,
expect0
);
ret
=
SnmpUtilOidToA
(
&
oid1
);
ret
=
SnmpUtilOidToA
(
&
oid1
);
...
@@ -123,7 +135,9 @@ static void test_SnmpUtilOidToA(void)
...
@@ -123,7 +135,9 @@ static void test_SnmpUtilOidToA(void)
ret
=
SnmpUtilOidToA
(
&
oid4
);
ret
=
SnmpUtilOidToA
(
&
oid4
);
ok
(
ret
!=
NULL
,
"SnmpUtilOidToA failed
\n
"
);
ok
(
ret
!=
NULL
,
"SnmpUtilOidToA failed
\n
"
);
ok
(
!
strcmp
(
ret
,
expect3
),
"SnmpUtilOidToA failed got
\n
%s
\n
expected
\n
%s
\n
"
,
ok
(
!
strcmp
(
ret
,
expect3
)
||
broken
(
!
strcmp
(
ret
,
expect3_alt
)),
/* Win98, WinMe, NT4 */
"SnmpUtilOidToA failed got
\n
%s
\n
expected
\n
%s
\n
"
,
ret
,
expect3
);
ret
,
expect3
);
ret
=
SnmpUtilOidToA
(
&
oid5
);
ret
=
SnmpUtilOidToA
(
&
oid5
);
...
...
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