Skip to content

Commit

Permalink
Update src/python_testing/TestSpecParsingSupport.py
Browse files Browse the repository at this point in the history
Co-authored-by: Terence Hampson <[email protected]>
  • Loading branch information
cecille and tehampson authored Feb 15, 2024
1 parent 4c59580 commit 802be11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TestSpecParsingSupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_derived_clusters(self):
add_cluster_data_from_xml(derived_cluster_xml, clusters, pure_base_clusters, ids_by_name, problems)

asserts.assert_equal(len(clusters), 1, "Unexpected number of clusters")
asserts.assert_equal(len(pure_base_clusters), 1, "Unexpected number of derived clusters")
asserts.assert_equal(len(pure_base_clusters), 1, "Unexpected number of pure base clusters")
asserts.assert_equal(len(ids_by_name), 1, "Unexpected number of IDs per name")
asserts.assert_equal(len(problems), 0, "Unexpected number of problems")
asserts.assert_equal(ids_by_name["Test Derived"], 0xFFFF, "Test derived name not added to IDs")
Expand Down

0 comments on commit 802be11

Please sign in to comment.