Author: tkreuzer
Date: Tue Aug 24 13:54:10 2010
New Revision: 48617
URL:
http://svn.reactos.org/svn/reactos?rev=48617&view=rev
Log:
Convert gdi32api into wine style test
Added:
trunk/rostests/apitests/gdi32/ (with props)
trunk/rostests/apitests/gdi32/AddFontResource.c (with props)
trunk/rostests/apitests/gdi32/AddFontResourceEx.c (with props)
trunk/rostests/apitests/gdi32/BeginPath.c (with props)
trunk/rostests/apitests/gdi32/CreateBitmapIndirect.c (with props)
trunk/rostests/apitests/gdi32/CreateCompatibleDC.c (with props)
trunk/rostests/apitests/gdi32/CreateFont.c (with props)
trunk/rostests/apitests/gdi32/CreateFontIndirect.c (with props)
trunk/rostests/apitests/gdi32/CreatePen.c (with props)
trunk/rostests/apitests/gdi32/CreateRectRgn.c (with props)
trunk/rostests/apitests/gdi32/EngAcquireSemaphore.c (with props)
trunk/rostests/apitests/gdi32/EngCreateSemaphore.c (with props)
trunk/rostests/apitests/gdi32/EngDeleteSemaphore.c (with props)
trunk/rostests/apitests/gdi32/EngReleaseSemaphore.c (with props)
trunk/rostests/apitests/gdi32/ExtCreatePen.c (with props)
trunk/rostests/apitests/gdi32/GdiConvertBitmap.c (with props)
trunk/rostests/apitests/gdi32/GdiConvertBrush.c (with props)
trunk/rostests/apitests/gdi32/GdiConvertDC.c (with props)
trunk/rostests/apitests/gdi32/GdiConvertFont.c (with props)
trunk/rostests/apitests/gdi32/GdiConvertPalette.c (with props)
trunk/rostests/apitests/gdi32/GdiConvertRegion.c (with props)
trunk/rostests/apitests/gdi32/GdiDeleteLocalDC.c (with props)
trunk/rostests/apitests/gdi32/GdiGetCharDimensions.c (with props)
trunk/rostests/apitests/gdi32/GdiGetLocalBrush.c (with props)
trunk/rostests/apitests/gdi32/GdiGetLocalDC.c (with props)
trunk/rostests/apitests/gdi32/GdiReleaseLocalDC.c (with props)
trunk/rostests/apitests/gdi32/GdiSetAttrs.c (with props)
trunk/rostests/apitests/gdi32/GetClipRgn.c (with props)
trunk/rostests/apitests/gdi32/GetCurrentObject.c (with props)
trunk/rostests/apitests/gdi32/GetDIBits.c (with props)
trunk/rostests/apitests/gdi32/GetObject.c (with props)
trunk/rostests/apitests/gdi32/GetStockObject.c (with props)
trunk/rostests/apitests/gdi32/GetTextExtentExPoint.c (with props)
trunk/rostests/apitests/gdi32/GetTextFace.c (with props)
trunk/rostests/apitests/gdi32/SelectObject.c (with props)
trunk/rostests/apitests/gdi32/SetDCPenColor.c (with props)
trunk/rostests/apitests/gdi32/SetMapMode.c (with props)
trunk/rostests/apitests/gdi32/SetSysColors.c (with props)
trunk/rostests/apitests/gdi32/SetWindowExtEx.c (with props)
trunk/rostests/apitests/gdi32/SetWorldTransform.c (with props)
trunk/rostests/apitests/gdi32/gdi32_apitest.rbuild (with props)
trunk/rostests/apitests/gdi32/testlist.c (with props)
Removed:
trunk/rostests/apitests/gdi32api/
Modified:
trunk/rostests/apitests/directory.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/rostests/apitests/directory.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/directory.rbuild…
Added: trunk/rostests/apitests/gdi32/AddFontResource.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/AddFontRes…
Added: trunk/rostests/apitests/gdi32/AddFontResourceEx.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/AddFontRes…
Added: trunk/rostests/apitests/gdi32/BeginPath.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/BeginPath.…
Added: trunk/rostests/apitests/gdi32/CreateBitmapIndirect.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateBitm…
Added: trunk/rostests/apitests/gdi32/CreateCompatibleDC.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateComp…
Added: trunk/rostests/apitests/gdi32/CreateFont.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateFont…
Added: trunk/rostests/apitests/gdi32/CreateFontIndirect.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateFont…
Added: trunk/rostests/apitests/gdi32/CreatePen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreatePen.…
Added: trunk/rostests/apitests/gdi32/CreateRectRgn.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateRect…
Added: trunk/rostests/apitests/gdi32/EngAcquireSemaphore.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngAcquire…
Added: trunk/rostests/apitests/gdi32/EngCreateSemaphore.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngCreateS…
Added: trunk/rostests/apitests/gdi32/EngDeleteSemaphore.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngDeleteS…
Added: trunk/rostests/apitests/gdi32/EngReleaseSemaphore.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngRelease…
Added: trunk/rostests/apitests/gdi32/ExtCreatePen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/ExtCreateP…
Added: trunk/rostests/apitests/gdi32/GdiConvertBitmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvert…
Added: trunk/rostests/apitests/gdi32/GdiConvertBrush.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvert…
Added: trunk/rostests/apitests/gdi32/GdiConvertDC.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvert…
Added: trunk/rostests/apitests/gdi32/GdiConvertFont.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvert…
Added: trunk/rostests/apitests/gdi32/GdiConvertPalette.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvert…
Added: trunk/rostests/apitests/gdi32/GdiConvertRegion.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvert…
Added: trunk/rostests/apitests/gdi32/GdiDeleteLocalDC.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiDeleteL…
Added: trunk/rostests/apitests/gdi32/GdiGetCharDimensions.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiGetChar…
Added: trunk/rostests/apitests/gdi32/GdiGetLocalBrush.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiGetLoca…
Added: trunk/rostests/apitests/gdi32/GdiGetLocalDC.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiGetLoca…
Added: trunk/rostests/apitests/gdi32/GdiReleaseLocalDC.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiRelease…
Added: trunk/rostests/apitests/gdi32/GdiSetAttrs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiSetAttr…
Added: trunk/rostests/apitests/gdi32/GetClipRgn.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetClipRgn…
Added: trunk/rostests/apitests/gdi32/GetCurrentObject.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetCurrent…
Added: trunk/rostests/apitests/gdi32/GetDIBits.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetDIBits.…
Added: trunk/rostests/apitests/gdi32/GetObject.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetObject.…
Added: trunk/rostests/apitests/gdi32/GetStockObject.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetStockOb…
Added: trunk/rostests/apitests/gdi32/GetTextExtentExPoint.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetTextExt…
Added: trunk/rostests/apitests/gdi32/GetTextFace.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetTextFac…
Added: trunk/rostests/apitests/gdi32/SelectObject.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SelectObje…
Added: trunk/rostests/apitests/gdi32/SetDCPenColor.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetDCPenCo…
Added: trunk/rostests/apitests/gdi32/SetMapMode.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetMapMode…
Added: trunk/rostests/apitests/gdi32/SetSysColors.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetSysColo…
Added: trunk/rostests/apitests/gdi32/SetWindowExtEx.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetWindowE…
Added: trunk/rostests/apitests/gdi32/SetWorldTransform.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetWorldTr…
Added: trunk/rostests/apitests/gdi32/gdi32_apitest.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/gdi32_apit…
Added: trunk/rostests/apitests/gdi32/testlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/testlist.c…