[Bf-blender-cvs] [29d51498437] soc-2020-io-performance: Tests: Cleanup

Ankit Meel noreply at git.blender.org
Mon Feb 22 19:04:13 CET 2021


Commit: 29d514984379c319157de0e5bb42d87d179b760c
Author: Ankit Meel
Date:   Tue Dec 15 19:47:57 2020 +0530
Branches: soc-2020-io-performance
https://developer.blender.org/rB29d514984379c319157de0e5bb42d87d179b760c

Tests: Cleanup

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

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 7fd9f7c725b..8ed6efdd7ae 100644
--- a/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc
+++ b/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc
@@ -105,7 +105,7 @@ TEST(obj_exporter_test_utils, append_positive_frame_to_filename)
   EXPECT_EQ_ARRAY(path_with_frame, path_truth, BLI_strlen_utf8(path_truth));
 }
 
-TEST_F(obj_exporter_test, OBJCurve_nurbs_points)
+TEST_F(obj_exporter_test, curve_nurbs_points)
 {
   if (!load_file_and_depsgraph(all_curve_objects_file)) {
     ADD_FAILURE();
@@ -134,7 +134,7 @@ TEST_F(obj_exporter_test, OBJCurve_nurbs_points)
   }
 }
 
-TEST_F(obj_exporter_test, OBJCurve_coordinates)
+TEST_F(obj_exporter_test, curve_coordinates)
 {
   if (!load_file_and_depsgraph(all_curve_objects_file)) {
     ADD_FAILURE();



More information about the Bf-blender-cvs mailing list