Skip to content

Commit 9b8bd92

Browse files
committed
Expose a C++ test for enums as labels that was not exposed
1 parent b129b9e commit 9b8bd92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/lib/mayaUsd/render/mayaToHydra/cpp/testCustomAttributes.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,5 +503,10 @@ def test_extensionAttributeTypes(self):
503503
if self._has_typed_numeric:
504504
self.runCppTest("CustomAttributes.extensionAttributeTypedNumeric")
505505

506+
# Run the C++ test that validates enum label primvars.
507+
def test_extensionAttributeEnumLabels(self):
508+
self.setupScene()
509+
self.runCppTest("CustomAttributes.extensionAttributeEnumLabels")
510+
506511
if __name__ == '__main__':
507512
fixturesUtils.runTests(globals())

0 commit comments

Comments
 (0)