On 03/01/2010 11:48 PM, Christian Costa wrote:
Paul Vriens a écrit :

On 03/01/2010 09:36 AM, Christian Costa wrote:

---

dlls/d3dxof/d3dxof.c | 39 ++++++++++++++-------
dlls/d3dxof/tests/d3dxof.c | 82
++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 109 insertions(+), 12 deletions(-)



Hi Christian,

This introduces test failures on several platforms:

http://test.winehq.org/data/tests/d3dxof:d3dxof.html

Could you have a look?

I don't know if you have an account on winetestbot as that would give
you some nice exposure to several Windows OS versions.

Hi Paul,

I will look at it. I've already an account. I use it now for testing
because I don't have any Windows box at home.

Christian



Hi Christian,

The attached patch fixes the tests.

Does that make sense?

--
Cheers,

Paul.
diff --git a/dlls/d3dxof/tests/d3dxof.c b/dlls/d3dxof/tests/d3dxof.c
index 1198229..2d48330 100644
--- a/dlls/d3dxof/tests/d3dxof.c
+++ b/dlls/d3dxof/tests/d3dxof.c
@@ -55,8 +55,8 @@ char object[] =
 
 char empty_txt_file[]  = "xof 0302txt 0064";
 char empty_bin_file[]  = "xof 0302bin 0064";
-char empty_tzip_file[] = "xof 0302tzip0064";
-char empty_bzip_file[] = "xof 0302bzip0064";
+char empty_tzip_file[] = "xof 0302tzip0064\n";
+char empty_bzip_file[] = "xof 0302bzip0064\n";
 char empty_cmp_file[]  = "xof 0302cmp 0064";
 char empty_xxxx_file[] = "xof 0302xxxx0064";
 


Reply via email to