[GDIPLUS_WINETEST] Sync with Wine 3.0. CORE-14225

This commit is contained in:
Amine Khaldi 2018-01-19 00:20:03 +01:00
parent 007122e774
commit 70c9f30747
11 changed files with 847 additions and 570 deletions

View file

@ -159,6 +159,7 @@ static void test_invert(void)
GdipCreateMatrix2(2.0/16.0, 2.0/16.0, -5.0/16.0, 3.0/16.0, 3.0/16.0, -21.0/16.0, &inverted);
GdipIsMatrixEqual(matrix, inverted, &equal);
expect(TRUE, equal);
GdipDeleteMatrix(matrix);
GdipCreateMatrix2(0.0006, 0, 0, 0.0006, 400, 400, &matrix);
status = GdipInvertMatrix(matrix);