Module: wine Branch: master Commit: de5a8db58b51be2f65baf3b9b67d79bc9c49a17e URL: http://source.winehq.org/git/wine.git/?a=commit;h=de5a8db58b51be2f65baf3b9b6...
Author: Stefan Dösinger stefan@codeweavers.com Date: Sat Mar 29 23:06:38 2008 +0100
d3d9: Improve an ok line.
---
dlls/d3d9/tests/visual.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c index a22b168..d4e840a 100644 --- a/dlls/d3d9/tests/visual.c +++ b/dlls/d3d9/tests/visual.c @@ -6741,7 +6741,7 @@ static void alpha_test(IDirect3DDevice9 *device) green = (color & 0x0000ff00) >> 8; blue = (color & 0x000000ff); ok(red >= 0x7e && red <= 0x81 && green == 0x00 && blue >= 0x7e && blue <= 0x81, - "DSTALPHA on texture returned color %08x, expected foo\n", color); + "DSTALPHA on texture returned color %08x, expected 0x00800080\n", color);
out: /* restore things */