Module: wine Branch: refs/heads/master Commit: 48bb687dfb00b00f789b688459ad5d0ec77a617b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=48bb687dfb00b00f789b6884...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Mon Apr 3 21:59:27 2006 +0900
gdi: Separate GDI tests by moving them into appropriate files.
Separate GDI tests by moving them into appropriate files: bitmap tests to bitmap.c, font test to font.c, pen tests to pen.c.
---
dlls/gdi/tests/.gitignore | 2 dlls/gdi/tests/Makefile.in | 4 dlls/gdi/tests/bitmap.c | 85 ++++- dlls/gdi/tests/font.c | 357 ++++++++++++++++++++ dlls/gdi/tests/gdiobj.c | 799 -------------------------------------------- dlls/gdi/tests/pen.c | 433 ++++++++++++++++++++++++ 6 files changed, 872 insertions(+), 808 deletions(-) create mode 100644 dlls/gdi/tests/font.c create mode 100644 dlls/gdi/tests/pen.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=48bb687dfb00b00f789b...