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

This commit is contained in:
Owen Rudge 2008-06-23 20:08:01 +01:00 committed by Alexandre Julliard
parent c36b6f888e
commit 4d70c59b01
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ CTESTS = \
generated.c \
shelllink.c \
shellpath.c \
shfldr_netplaces.c \
shfldr_special.c \
shlexec.c \
shlfileop.c \
shlfolder.c \

View File

@ -1,5 +1,5 @@
/*
* Tests for My Network Places shell folder
* Tests for special shell folders
*
* Copyright 2008 Robert Shearman for CodeWeavers
*
@ -29,6 +29,7 @@
#include "wine/test.h"
/* Tests for My Network Places */
static void test_parse_for_entire_network(void)
{
static const WCHAR entire_network_path[] = {
@ -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();
}