From: Stefan Dösinger Subject: [PATCH 2/5] ddraw/tests: Rename fog_interpolation_test to be consistent with other tests. Message-Id: <1417025335-31649-2-git-send-email-stefan@codeweavers.com> Date: Wed, 26 Nov 2014 19:08:52 +0100 --- dlls/ddraw/tests/ddraw7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ddraw/tests/ddraw7.c b/dlls/ddraw/tests/ddraw7.c index 576196d..bf42495 100644 --- a/dlls/ddraw/tests/ddraw7.c +++ b/dlls/ddraw/tests/ddraw7.c @@ -7878,7 +7878,7 @@ static void test_surface_desc_lock(void) DestroyWindow(window); } -static void fog_interpolation_test(void) +static void test_fog_interpolation(void) { HRESULT hr; IDirect3DDevice7 *device; @@ -8189,6 +8189,6 @@ START_TEST(ddraw7) test_lost_device(); test_resource_priority(); test_surface_desc_lock(); - fog_interpolation_test(); + test_fog_interpolation(); test_negative_fixedfunction_fog(); } -- 2.0.4