From feb4abf1183f045a0fb37b7d41df45fa19ada7e4 Mon Sep 17 00:00:00 2001 From: Felix Nawothnig Date: Tue, 13 Feb 2007 21:01:35 +0100 Subject: [PATCH] comctl32: Rename 'string' test to 'misc'. --- dlls/comctl32/tests/Makefile.in | 2 +- dlls/comctl32/tests/{string.c => misc.c} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dlls/comctl32/tests/{string.c => misc.c} (99%) diff --git a/dlls/comctl32/tests/Makefile.in b/dlls/comctl32/tests/Makefile.in index 8a4a55e460d..bb9541d1afa 100644 --- a/dlls/comctl32/tests/Makefile.in +++ b/dlls/comctl32/tests/Makefile.in @@ -11,13 +11,13 @@ CTESTS = \ header.c \ imagelist.c \ listview.c \ + misc.c \ monthcal.c \ mru.c \ progress.c \ propsheet.c \ rebar.c \ status.c \ - string.c \ subclass.c \ tab.c \ toolbar.c \ diff --git a/dlls/comctl32/tests/string.c b/dlls/comctl32/tests/misc.c similarity index 99% rename from dlls/comctl32/tests/string.c rename to dlls/comctl32/tests/misc.c index af4144c9427..6d15a0107cd 100644 --- a/dlls/comctl32/tests/string.c +++ b/dlls/comctl32/tests/misc.c @@ -1,5 +1,5 @@ /* - * String tests + * Misc tests * * Copyright 2006 Paul Vriens * @@ -116,7 +116,7 @@ static void test_GetPtrAW(void) } } -START_TEST(string) +START_TEST(misc) { if(!InitFunctionPtrs()) return;