[ros-diffs] [mbosma] 26811: Forgot to commit this one.

mbosma at svn.reactos.org mbosma at svn.reactos.org
Wed May 16 22:47:03 CEST 2007


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?rev=26811&r1=26810&r2=26811&view=diff
==============================================================================
--- 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 */




More information about the Ros-diffs mailing list