Commit 4d70c59b authored by Owen Rudge's avatar Owen Rudge Committed by Alexandre Julliard

shell32/tests: Rename shfldr_netplaces test to shfldr_special, for all special folders.

parent c36b6f88
...@@ -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 \
......
/* /*
* 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();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment