[PATCH 2/5] ddraw/tests: Rename fog_interpolation_test to be consistent with other tests.

Stefan Dösinger stefan at codeweavers.com
Tue Nov 25 15:34:10 CST 2014


---
 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 fd24021..ce56990 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




More information about the wine-patches mailing list