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
a4fe0d60
Commit
a4fe0d60
authored
Mar 22, 2005
by
Jakob Eriksson
Committed by
Alexandre Julliard
Mar 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More trace info.
parent
7b5f5f1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
env.c
dlls/ntdll/tests/env.c
+1
-1
shreg.c
dlls/shlwapi/tests/shreg.c
+1
-1
No files found.
dlls/ntdll/tests/env.c
View file @
a4fe0d60
...
@@ -154,7 +154,7 @@ static void testSetHelper(LPWSTR* env, const char* var, const char* val, NTSTATU
...
@@ -154,7 +154,7 @@ static void testSetHelper(LPWSTR* env, const char* var, const char* val, NTSTATU
ok
(
strcmpW
(
bval1
,
bval2
)
==
0
,
"Cannot get value written to environment
\n
"
);
ok
(
strcmpW
(
bval1
,
bval2
)
==
0
,
"Cannot get value written to environment
\n
"
);
break
;
break
;
case
STATUS_VARIABLE_NOT_FOUND
:
case
STATUS_VARIABLE_NOT_FOUND
:
ok
(
val
==
NULL
,
"Couldn't find variable, but didn't delete it
\n
"
);
ok
(
val
==
NULL
,
"Couldn't find variable, but didn't delete it
. val = %s
\n
"
,
val
);
break
;
break
;
default:
default:
ok
(
0
,
"Wrong ret %lu for %s
\n
"
,
nts
,
var
);
ok
(
0
,
"Wrong ret %lu for %s
\n
"
,
nts
,
var
);
...
...
dlls/shlwapi/tests/shreg.c
View file @
a4fe0d60
...
@@ -248,7 +248,7 @@ static void test_SHQUeryValueEx(void)
...
@@ -248,7 +248,7 @@ static void test_SHQUeryValueEx(void)
todo_wine
todo_wine
{
{
ok
(
(
0
==
strcmp
(
""
,
buf
))
|
(
0
==
strcmp
(
sEnvvar2
,
buf
)),
ok
(
(
0
==
strcmp
(
""
,
buf
))
|
(
0
==
strcmp
(
sEnvvar2
,
buf
)),
"Expected empty or first part of the string
(win98), got (%s)
\n
"
,
buf
);
"Expected empty or first part of the string
\"
%s
\"
, got
\"
%s
\"\n
"
,
sEnvvar2
,
buf
);
}
}
ok
(
dwSize
>=
nUsedBuffer2
,
"Buffer size (%lu) should be >= (%lu)
\n
"
,
dwSize
,
nUsedBuffer2
);
ok
(
dwSize
>=
nUsedBuffer2
,
"Buffer size (%lu) should be >= (%lu)
\n
"
,
dwSize
,
nUsedBuffer2
);
...
...
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