Nikolay Sivov : comsvcs/tests: Rename test file.

Alexandre Julliard julliard at winehq.org
Mon Nov 4 16:40:24 CST 2019


Module: wine
Branch: master
Commit: a3bf974aeeac21f205f99555a08d98ad3770479e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a3bf974aeeac21f205f99555a08d98ad3770479e

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Nov  3 22:30:55 2019 +0300

comsvcs/tests: Rename test file.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comsvcs/tests/Makefile.in                | 2 +-
 dlls/comsvcs/tests/{dispenser.c => comsvcs.c} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comsvcs/tests/Makefile.in b/dlls/comsvcs/tests/Makefile.in
index 9a7047ebaf..86da9fda66 100644
--- a/dlls/comsvcs/tests/Makefile.in
+++ b/dlls/comsvcs/tests/Makefile.in
@@ -2,4 +2,4 @@ TESTDLL   = comsvcs.dll
 IMPORTS   = uuid oleaut32 ole32
 
 C_SRCS = \
-	dispenser.c
+	comsvcs.c
diff --git a/dlls/comsvcs/tests/dispenser.c b/dlls/comsvcs/tests/comsvcs.c
similarity index 99%
rename from dlls/comsvcs/tests/dispenser.c
rename to dlls/comsvcs/tests/comsvcs.c
index 10bce8e849..77d3224366 100644
--- a/dlls/comsvcs/tests/dispenser.c
+++ b/dlls/comsvcs/tests/comsvcs.c
@@ -268,7 +268,7 @@ static void create_dispenser(void)
 }
 
 
-START_TEST(dispenser)
+START_TEST(comsvcs)
 {
     HRESULT hr;
 




More information about the wine-cvs mailing list