Skip to content

Commit d476c31

Browse files
gitamohrpixar-oss
authored andcommitted
usd: Change prim kind from prop -> component so that this test prim
is considered a model for both internal and external builds. This matters since the test uses the `{model}` predicate for matching. (Internal change: 2340000)
1 parent c59fd55 commit d476c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pxr/usd/usd/testenv/testUsdCollectionAPI

pxr/usd/usd/testenv/testUsdCollectionAPI/Test.usda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
)
77

88
def "CollectionTest" (
9-
kind = "prop"
9+
kind = "component"
1010
prepend apiSchemas = ["CollectionAPI:leafGeom", "CollectionAPI:allGeom", "CollectionAPI:allGeomProperties", "CollectionAPI:hasRelationships", "CollectionAPI:hasInstanceProxy", "CollectionAPI:coneProperties", "CollectionAPI:includesCollection", "CollectionAPI:includesNestedCollection", "CollectionAPI:excludeInstanceGeom", "CollectionAPI:invalidExpansionRule", "CollectionAPI:invalidExcludesExplicitOnly", "CollectionAPI:invalidExcludesExpandPrims", "CollectionAPI:invalidTopLevelRules", "CollectionAPI:withMembershipExpr", "CollectionAPI:expressionRef"]
1111
)
1212
{

0 commit comments

Comments
 (0)