From 8326aa86681b6c9d57787f67bdded331b10a1988 Mon Sep 17 00:00:00 2001 From: David Williams Date: Thu, 24 Jul 2014 22:12:02 +0200 Subject: [PATCH] Updated test (not really a useful fix but should probably think want we want from this test anyway). --- tests/TestSurfaceExtractor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSurfaceExtractor.cpp b/tests/TestSurfaceExtractor.cpp index 682fa0dc..d7be8937 100644 --- a/tests/TestSurfaceExtractor.cpp +++ b/tests/TestSurfaceExtractor.cpp @@ -162,7 +162,7 @@ void TestSurfaceExtractor::testExecute() const static uint32_t uExpectedVertices = 4731; const static uint32_t uExpectedIndices = 12810; const static uint32_t uMaterialToCheck = 3000; - const static float fExpectedData = 42.0f; + const static float fExpectedData = 1.0f; const static float fNoMaterial = 1.0f; Mesh > mesh;