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
This commit is contained in:
Habib Gahbiche
2021-02-11 22:56:51 +05:30
committed by Himanshi Kalra
parent 6a5d17bfb2
commit 916e3b6e3d
2 changed files with 1 additions and 11 deletions

View File

@@ -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: