Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHabib Gahbiche <zazizizou>2021-02-11 20:26:51 +0300
committerHimanshi Kalra <himanshikalra98@gmail.com>2021-02-11 20:26:54 +0300
commit916e3b6e3d0c1e881ff6afb845f7dbddede7f8bd (patch)
tree943576a575c779072a2ee3a01ac8b5f1957c70ce /tests/python/modules
parent6a5d17bfb2b714d2b662f3fbb6cc6f73fb0293a3 (diff)
Cleanup: delete comments with test index
Tests are not identified with indexes, so no need to maintain comments with indexes anymore Reviewed By: calra, mont29 Differential Revision: https://developer.blender.org/D10277
Diffstat (limited to 'tests/python/modules')
-rw-r--r--tests/python/modules/mesh_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/modules/mesh_test.py b/tests/python/modules/mesh_test.py
index b1dadfdb5af..a58b803b22d 100644
--- a/tests/python/modules/mesh_test.py
+++ b/tests/python/modules/mesh_test.py
@@ -580,7 +580,7 @@ class MeshTest:
compare_success = (compare_result == 'Same')
# Also check if invalid geometry (which is never expected) had to be corrected...
- validation_success = evaluated_test_mesh.validate(verbose=True) == False
+ validation_success = not evaluated_test_mesh.validate(verbose=True)
if compare_success and validation_success:
if self.verbose: