diff --git a/test/models/BLEND/AreaLight_269.blend b/test/models/BLEND/AreaLight_269.blend index 43a293faf..9337d5799 100644 Binary files a/test/models/BLEND/AreaLight_269.blend and b/test/models/BLEND/AreaLight_269.blend differ diff --git a/test/models/BLEND/BlenderMaterial_269.blend b/test/models/BLEND/BlenderMaterial_269.blend index 9492ed4f0..4c00fec9d 100644 Binary files a/test/models/BLEND/BlenderMaterial_269.blend and b/test/models/BLEND/BlenderMaterial_269.blend differ diff --git a/test/models/BLEND/box.blend b/test/models/BLEND/box.blend index 26820b9cf..28ebbcc1f 100644 Binary files a/test/models/BLEND/box.blend and b/test/models/BLEND/box.blend differ diff --git a/test/models/FBX/spider.fbx b/test/models/FBX/spider.fbx index a6fbc8942..cc5a38798 100644 Binary files a/test/models/FBX/spider.fbx and b/test/models/FBX/spider.fbx differ diff --git a/test/models/glTF2/2CylinderEngine-glTF-Binary/2CylinderEngine.glb b/test/models/glTF2/2CylinderEngine-glTF-Binary/2CylinderEngine.glb index 06c79f46c..0e9b10568 100644 Binary files a/test/models/glTF2/2CylinderEngine-glTF-Binary/2CylinderEngine.glb and b/test/models/glTF2/2CylinderEngine-glTF-Binary/2CylinderEngine.glb differ diff --git a/test/unit/utBlendImportAreaLight.cpp b/test/unit/utBlendImportAreaLight.cpp index 7bc55c361..55a68b040 100644 --- a/test/unit/utBlendImportAreaLight.cpp +++ b/test/unit/utBlendImportAreaLight.cpp @@ -46,7 +46,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include class BlendImportAreaLight : public ::testing::Test { public: @@ -70,7 +69,6 @@ protected: TEST_F(BlendImportAreaLight, testImportLight) { const aiScene* pTest = im->ReadFile(ASSIMP_TEST_MODELS_DIR "/BLEND/AreaLight_269.blend", aiProcess_ValidateDataStructure); - if (!pTest) std::cerr << im->GetErrorString() << '\n'; // temporary, for pull req. diagnostics ASSERT_TRUE(pTest != NULL); ASSERT_TRUE(pTest->HasLights());