Re: [Try 3] [1/2] cabinet.dll - FDICopy: Test added

2008-04-26 Thread Vitaly Perov
Hi,

 Hi,

  The test was incorrect and failed on all platforms.  Vitaly, please
  ask someone to test your patches on a real windows system in the
  future if you don't have access to one.

I have never received this message. I found it by chance in the comment of 
Reece Dunn.

Does the problem still persist?


-- 
Best wishes,
Vitaly Perov
Russia, Saint-Petersburg. www.etersoft.ru




Re: [Try 3] [1/2] cabinet.dll - FDICopy: Test added

2008-04-05 Thread James Hawkins
2008/4/5 Vitaly Perov [EMAIL PROTECTED]:
 This test checks if function FDICopy() of cabinet.dll correctly works with an
  empty cabinet file (It's correct cab-file, but it has no files and folders
  inside).
  In this case Windows return TRUE, but WINE return FALSE. So the installation
  of certain software finishes with an error in WINE

  Changelog:
  - Added a test for cabinet.dll FDICopy function. This test checks if it
  works correctly with an empty cab-files


--- dlls/cabinet/tests/fdi.c6 Feb 2008 13:29:17 -   1.3
+++ dlls/cabinet/tests/fdi.c5 Apr 2008 15:16:55 -
@@ -20,6 +20,7 @@

 #include stdio.h
 #include windows.h
+#include assert.h
 #include fci.h
 #include fdi.h
 #include wine/test.h

You forgot to remove this.


-- 
James Hawkins