mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:12:57 +00:00
one more TEST -> RTEST for NtGdiGetRandomRgn
svn path=/trunk/; revision=28458
This commit is contained in:
parent
3385ef604e
commit
e2167fe00e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Test_NtGdiGetRandomRgn(PTESTINFO pti)
|
||||||
RTEST(GetLastError() == ERROR_SUCCESS);
|
RTEST(GetLastError() == ERROR_SUCCESS);
|
||||||
|
|
||||||
SelectClipRgn(hDC, hrgn2);
|
SelectClipRgn(hDC, hrgn2);
|
||||||
TEST(NtGdiGetRandomRgn(hDC, 0, 1) == -1);
|
RTEST(NtGdiGetRandomRgn(hDC, 0, 1) == -1);
|
||||||
RTEST(GetLastError() == ERROR_SUCCESS);
|
RTEST(GetLastError() == ERROR_SUCCESS);
|
||||||
RTEST(NtGdiGetRandomRgn(hDC, hrgn, 1) == 1);
|
RTEST(NtGdiGetRandomRgn(hDC, hrgn, 1) == 1);
|
||||||
RTEST(CombineRgn(hrgn, hrgn, hrgn, RGN_OR) == SIMPLEREGION);
|
RTEST(CombineRgn(hrgn, hrgn, hrgn, RGN_OR) == SIMPLEREGION);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue