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
90df19f0
Commit
90df19f0
authored
Jan 27, 2011
by
Greg Geldorp
Committed by
Alexandre Julliard
Jan 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Use long file name.
Test is about the extension, so let's un-complicate it by using long path names.
parent
0abf2da0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
shelllink.c
dlls/shell32/tests/shelllink.c
+3
-3
No files found.
dlls/shell32/tests/shelllink.c
View file @
90df19f0
...
...
@@ -682,13 +682,13 @@ static void test_load_save(void)
check_lnk
(
lnkfile
,
&
desc
,
0x0
);
/* Test omitting .exe from an absolute path */
p
=
strrchr
(
my
path
,
'.'
);
p
=
strrchr
(
real
path
,
'.'
);
if
(
p
)
*
p
=
'\0'
;
desc
.
description
=
"absolute path without .exe"
;
desc
.
workdir
=
mydir
;
desc
.
path
=
my
path
;
desc
.
path
=
real
path
;
desc
.
pidl
=
NULL
;
desc
.
arguments
=
"/option1 /option2
\"
Some string
\"
"
;
desc
.
showcmd
=
SW_SHOWNORMAL
;
...
...
@@ -696,7 +696,7 @@ static void test_load_save(void)
desc
.
icon_id
=
0
;
desc
.
hotkey
=
0x1234
;
create_lnk
(
lnkfile
,
&
desc
,
0
);
desc
.
path
=
realpath
;
strcat
(
realpath
,
".exe"
)
;
check_lnk
(
lnkfile
,
&
desc
,
0x4
);
/* Overwrite the existing lnk file and test link to a command on the path */
...
...
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