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
4d70c59b
Commit
4d70c59b
authored
Jun 23, 2008
by
Owen Rudge
Committed by
Alexandre Julliard
Jun 26, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Rename shfldr_netplaces test to shfldr_special, for all special folders.
parent
c36b6f88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
dlls/shell32/tests/Makefile.in
+1
-1
shfldr_special.c
dlls/shell32/tests/shfldr_special.c
+3
-2
No files found.
dlls/shell32/tests/Makefile.in
View file @
4d70c59b
...
@@ -9,7 +9,7 @@ CTESTS = \
...
@@ -9,7 +9,7 @@ CTESTS = \
generated.c
\
generated.c
\
shelllink.c
\
shelllink.c
\
shellpath.c
\
shellpath.c
\
shfldr_
netplaces
.c
\
shfldr_
special
.c
\
shlexec.c
\
shlexec.c
\
shlfileop.c
\
shlfileop.c
\
shlfolder.c
\
shlfolder.c
\
...
...
dlls/shell32/tests/shfldr_
netplaces
.c
→
dlls/shell32/tests/shfldr_
special
.c
View file @
4d70c59b
/*
/*
* Tests for
My Network Places shell folder
* Tests for
special shell folders
*
*
* Copyright 2008 Robert Shearman for CodeWeavers
* Copyright 2008 Robert Shearman for CodeWeavers
*
*
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#include "wine/test.h"
#include "wine/test.h"
/* Tests for My Network Places */
static
void
test_parse_for_entire_network
(
void
)
static
void
test_parse_for_entire_network
(
void
)
{
{
static
const
WCHAR
entire_network_path
[]
=
{
static
const
WCHAR
entire_network_path
[]
=
{
...
@@ -57,7 +58,7 @@ static void test_parse_for_entire_network(void)
...
@@ -57,7 +58,7 @@ static void test_parse_for_entire_network(void)
}
}
START_TEST
(
shfldr_
netplaces
)
START_TEST
(
shfldr_
special
)
{
{
test_parse_for_entire_network
();
test_parse_for_entire_network
();
}
}
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