Author: mbosma
Date: Thu May 17 00:47:02 2007
New Revision: 26811
URL:
http://svn.reactos.org/svn/reactos?rev=26811&view=rev
Log:
Forgot to commit this one.
Modified:
trunk/rostests/dxtest/ddraw/testlist.cpp
Modified: trunk/rostests/dxtest/ddraw/testlist.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/dxtest/ddraw/testlist.cpp…
==============================================================================
--- trunk/rostests/dxtest/ddraw/testlist.cpp (original)
+++ trunk/rostests/dxtest/ddraw/testlist.cpp Thu May 17 00:47:02 2007
@@ -12,11 +12,10 @@
/* The List of tests */
TEST TestList[] =
{
- { "DirectDrawCreate(Ex)", Test_CreateDDraw },
- { "IDirectDraw::SetCooperativeLevel", Test_SetCooperativeLevel },
- { "IDirectDraw::EnumDisplayModes/SetDisplayMode", Test_DisplayModes },
- { "IDirectDraw::CreateSurface", Test_CreateSurface },
- { "IDirectDraw::GetMonitorFrequency", Test_GetMonitorFrequency },
+ { "IDirectDraw: COM Stuff", Test_CreateDDraw },
+ { "IDirectDraw: Display Modes", Test_DisplayModes },
+ { "IDirectDraw: Cooperative Levels", Test_SetCooperativeLevel },
+ { "IDirectDraw: CreateSurface", Test_CreateSurface },
};
/* The function that gives us the number of tests */