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/AddFontReso...
Added: trunk/rostests/apitests/gdi32/AddFontResourceEx.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/AddFontReso...
Added: trunk/rostests/apitests/gdi32/BeginPath.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/BeginPath.c...
Added: trunk/rostests/apitests/gdi32/CreateBitmapIndirect.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateBitma...
Added: trunk/rostests/apitests/gdi32/CreateCompatibleDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateCompa...
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/CreateFontI...
Added: trunk/rostests/apitests/gdi32/CreatePen.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreatePen.c...
Added: trunk/rostests/apitests/gdi32/CreateRectRgn.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CreateRectR...
Added: trunk/rostests/apitests/gdi32/EngAcquireSemaphore.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngAcquireS...
Added: trunk/rostests/apitests/gdi32/EngCreateSemaphore.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngCreateSe...
Added: trunk/rostests/apitests/gdi32/EngDeleteSemaphore.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngDeleteSe...
Added: trunk/rostests/apitests/gdi32/EngReleaseSemaphore.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/EngReleaseS...
Added: trunk/rostests/apitests/gdi32/ExtCreatePen.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/ExtCreatePe...
Added: trunk/rostests/apitests/gdi32/GdiConvertBitmap.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvertB...
Added: trunk/rostests/apitests/gdi32/GdiConvertBrush.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvertB...
Added: trunk/rostests/apitests/gdi32/GdiConvertDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvertD...
Added: trunk/rostests/apitests/gdi32/GdiConvertFont.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvertF...
Added: trunk/rostests/apitests/gdi32/GdiConvertPalette.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvertP...
Added: trunk/rostests/apitests/gdi32/GdiConvertRegion.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiConvertR...
Added: trunk/rostests/apitests/gdi32/GdiDeleteLocalDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiDeleteLo...
Added: trunk/rostests/apitests/gdi32/GdiGetCharDimensions.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiGetCharD...
Added: trunk/rostests/apitests/gdi32/GdiGetLocalBrush.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiGetLocal...
Added: trunk/rostests/apitests/gdi32/GdiGetLocalDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiGetLocal...
Added: trunk/rostests/apitests/gdi32/GdiReleaseLocalDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiReleaseL...
Added: trunk/rostests/apitests/gdi32/GdiSetAttrs.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GdiSetAttrs...
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/GetCurrentO...
Added: trunk/rostests/apitests/gdi32/GetDIBits.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetDIBits.c...
Added: trunk/rostests/apitests/gdi32/GetObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetObject.c...
Added: trunk/rostests/apitests/gdi32/GetStockObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetStockObj...
Added: trunk/rostests/apitests/gdi32/GetTextExtentExPoint.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetTextExte...
Added: trunk/rostests/apitests/gdi32/GetTextFace.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/GetTextFace...
Added: trunk/rostests/apitests/gdi32/SelectObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SelectObjec...
Added: trunk/rostests/apitests/gdi32/SetDCPenColor.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetDCPenCol...
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/SetSysColor...
Added: trunk/rostests/apitests/gdi32/SetWindowExtEx.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetWindowEx...
Added: trunk/rostests/apitests/gdi32/SetWorldTransform.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/SetWorldTra...
Added: trunk/rostests/apitests/gdi32/gdi32_apitest.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/gdi32_apite...
Added: trunk/rostests/apitests/gdi32/testlist.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/testlist.c?...