[winetest] Show correct filenames on tests.winehq.org

Paul Vriens paul.vriens.wine at gmail.com
Tue Dec 12 10:18:43 CST 2006


Hi,

several of the links on our tests.winehq.org pages are pointing to old CVS
entries, for example:

http://cvs.winehq.org/cvsweb/wine/dlls/winspool/tests/info.c

All of the issues I found are due to the fact that the 'FlattenDllDirectories'
task in nicely progressing.

I've left the logic in place (just in case).

Changelog
  Show correct filenames on tests.winehq.org

Cheers,

Paul.
---
 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;
-- 
1.4.4.2




More information about the wine-patches mailing list