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
063da0a1
Commit
063da0a1
authored
Jan 15, 2010
by
Andrew Nguyen
Committed by
Alexandre Julliard
Jan 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Remove obsolete commented code.
parent
841fc180
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
error.c
dlls/ntdll/tests/error.c
+0
-6
No files found.
dlls/ntdll/tests/error.c
View file @
063da0a1
...
...
@@ -892,12 +892,6 @@ static void run_error_tests(void)
cmp2
(
STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE
,
ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
);
cmp2
(
STATUS_CTX_SHADOW_NOT_RUNNING
,
ERROR_CTX_SHADOW_NOT_RUNNING
);
cmp2
(
STATUS_LICENSE_VIOLATION
,
ERROR_CTX_LICENSE_NOT_AVAILABLE
);
#if 0
/* FIXME - unknown STATUS values, see bug 1001 */
cmp(STATUS_ENDPOINT_CLOSED, ERROR_DEV_NOT_EXIST);
cmp(STATUS_DISCONNECTED, ERROR_DEV_NOT_EXIST);
cmp(STATUS_NONEXISTENT_NET_NAME, ERROR_DEV_NOT_EXIST);
#endif
cmp2
(
STATUS_NETWORK_SESSION_EXPIRED
,
ERROR_NO_USER_SESSION_KEY
);
cmp2
(
STATUS_FILES_OPEN
,
ERROR_OPEN_FILES
);
cmp2
(
STATUS_SXS_SECTION_NOT_FOUND
,
ERROR_SXS_SECTION_NOT_FOUND
);
...
...
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