Module: wine Branch: master Commit: feb4abf1183f045a0fb37b7d41df45fa19ada7e4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=feb4abf1183f045a0fb37b7d41...
Author: Felix Nawothnig flexo@holycrap.org Date: Tue Feb 13 21:01:35 2007 +0100
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(-)
diff --git a/dlls/comctl32/tests/Makefile.in b/dlls/comctl32/tests/Makefile.in index 8a4a55e..bb9541d 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 af4144c..6d15a01 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;