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
f2c85adb
Commit
f2c85adb
authored
Oct 12, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Remove bogus part of test.
parent
a7c6a276
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
devinst.c
dlls/setupapi/tests/devinst.c
+1
-5
No files found.
dlls/setupapi/tests/devinst.c
View file @
f2c85adb
...
...
@@ -190,7 +190,7 @@ static void testInstallClass(void)
'{'
,
'6'
,
'a'
,
'5'
,
'5'
,
'b'
,
'5'
,
'a'
,
'4'
,
'-'
,
'3'
,
'f'
,
'6'
,
'5'
,
'-'
,
'1'
,
'1'
,
'd'
,
'b'
,
'-'
,
'b'
,
'7'
,
'0'
,
'4'
,
'-'
,
'0'
,
'0'
,
'1'
,
'1'
,
'9'
,
'5'
,
'5'
,
'c'
,
'2'
,
'b'
,
'd'
,
'b'
,
'}'
,
0
};
char
tmpfile
[
MAX_PATH
]
,
dstfile
[
MAX_PATH
*
2
]
;
char
tmpfile
[
MAX_PATH
];
BOOL
ret
;
if
(
!
pSetupDiInstallClassA
)
...
...
@@ -219,10 +219,6 @@ static void testInstallClass(void)
ret
=
pSetupDiInstallClassA
(
NULL
,
tmpfile
,
0
,
NULL
);
ok
(
ret
,
"SetupDiInstallClassA failed: %08x
\n
"
,
GetLastError
());
RegDeleteKeyW
(
HKEY_LOCAL_MACHINE
,
classKey
);
GetWindowsDirectoryA
(
dstfile
,
MAX_PATH
);
lstrcatA
(
dstfile
,
"inf
\\
"
);
lstrcatA
(
dstfile
,
tmpfile
+
2
);
DeleteFile
(
dstfile
);
DeleteFile
(
tmpfile
);
}
...
...
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