[Bf-blender-cvs] [e3edf862a92] soc-2020-io-performance: Fix mistake with last commit - it didn't compile.

Howard Trickey noreply at git.blender.org
Sat Sep 18 16:03:37 CEST 2021


Commit: e3edf862a92b95c75eaf3bb0d57bf298abe198e8
Author: Howard Trickey
Date:   Sat Sep 18 10:03:16 2021 -0400
Branches: soc-2020-io-performance
https://developer.blender.org/rBe3edf862a92b95c75eaf3bb0d57bf298abe198e8

Fix mistake with last commit - it didn't compile.

===================================================================

M	source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc

===================================================================

diff --git a/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc b/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc
index 53c4aa974d3..2b6efe8da3f 100644
--- a/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc
+++ b/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc
@@ -201,6 +201,7 @@ TEST(obj_exporter_writer, header)
 {
   /* Because testing doesn't fully initialize Blender, we need the following. */
   BKE_tempdir_init(NULL);
+  std::string out_file_path = blender::tests::flags_test_release_dir() + "/" + temp_file_path;
   {
     OBJExportParamsDefault _export;
     std::unique_ptr<OBJWriter> writer = init_writer(_export.params, out_file_path);



More information about the Bf-blender-cvs mailing list