From 2c56fc8f36f538a096b4a0b91b9ce1cebe38f2f8 Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Wed, 16 May 2007 20:47:02 +0000 Subject: [PATCH] Forgot to commit this one. svn path=/trunk/; revision=26811 --- rostests/dxtest/ddraw/testlist.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rostests/dxtest/ddraw/testlist.cpp b/rostests/dxtest/ddraw/testlist.cpp index c6ae06a63b8..84b85d7bece 100644 --- a/rostests/dxtest/ddraw/testlist.cpp +++ b/rostests/dxtest/ddraw/testlist.cpp @@ -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 */