Paul Vriens : winetest: Show correct filenames on test.winehq.org.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Dec 12 14:29:51 CST 2006


Module: wine
Branch: master
Commit: 21be6a6c80a91245239d976492b1a11f56bb6874
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=21be6a6c80a91245239d976492b1a11f56bb6874

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Tue Dec 12 17:18:43 2006 +0100

winetest: Show correct filenames on test.winehq.org.

---

 programs/winetest/main.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index c1fc50c..62dda0d 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -165,10 +165,7 @@ static void remove_dir (const char *dir)
 static const char* get_test_source_file(const char* test, const char* subtest)
 {
     static const char* special_dirs[][2] = {
-	{ "gdi32", "gdi"}, { "kernel32", "kernel" },
-        { "msacm32", "msacm" },
-	{ "user32", "user" }, { "winspool.drv", "winspool" },
-	{ "ws2_32", "winsock" }, { 0, 0 }
+	{ 0, 0 }
     };
     static char buffer[MAX_PATH];
     int i;




More information about the wine-cvs mailing list