Skip to content

Commit

Permalink
usd: Change prim kind from prop -> component so that this test prim
Browse files Browse the repository at this point in the history
is considered a model for both internal and external builds.
This matters since the test uses the `{model}` predicate for matching.

(Internal change: 2340000)
  • Loading branch information
gitamohr authored and pixar-oss committed Sep 9, 2024
1 parent c59fd55 commit d476c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/usd/usd/testenv/testUsdCollectionAPI/Test.usda
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)

def "CollectionTest" (
kind = "prop"
kind = "component"
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"]
)
{
Expand Down

0 comments on commit d476c31

Please sign in to comment.