More trace info - dlls/shlwapi/tests/shreg.c

Jakob Eriksson jakov at vmlinux.org
Tue Mar 22 10:16:53 CST 2005


http://test.winehq.org/data/200503181000/nt4/shlwapi:shreg.txt

What's going on?


regards,
Jakob

-------------- next part --------------
Index: dlls/shlwapi/tests/shreg.c
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/tests/shreg.c,v
retrieving revision 1.25
diff -u -r1.25 shreg.c
--- dlls/shlwapi/tests/shreg.c	3 Feb 2005 19:38:58 -0000	1.25
+++ dlls/shlwapi/tests/shreg.c	22 Mar 2005 16:15:56 -0000
@@ -248,7 +248,7 @@
         todo_wine
         {
                 ok( (0 == strcmp("", buf)) | (0 == strcmp(sEnvvar2, buf)),
-                    "Expected empty or first part of the string (win98), got (%s)\n", buf);
+                    "Expected empty or first part of the string \"%s\", got \"%s\"\n", sEnvvar2, buf);
         }
 
 	ok( dwSize >= nUsedBuffer2, "Buffer size (%lu) should be >= (%lu)\n", dwSize, nUsedBuffer2);


More information about the wine-patches mailing list