You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FabricTable has a TODO for a test validating that it works to add N fabrics that chain to same root, but have different fabric IDs (which is completely legal
Proposed Solution
Implement the test
The text was updated successfully, but these errors were encountered:
- In project-chip#19819, TODOs were left for a couple tests of
things "anecdotally" known to work, or tested outside
of SDK, but not tested yet in official SDK.
- This PR implements TestAddMultipleSameRootDifferentFabricId and
TestInvalidChaining
Fixesproject-chip#21946Fixesproject-chip#21947
Testing done:
- Added 2 new unit tests, both pass
- Did some messing about to make assertions fail on purpose
and validated the the wrong behavior was not passing
- In project-chip#19819, TODOs were left for a couple tests of
things "anecdotally" known to work, or tested outside
of SDK, but not tested yet in official SDK.
- This PR implements TestAddMultipleSameRootDifferentFabricId and
TestInvalidChaining
Fixesproject-chip#21946Fixesproject-chip#21947
Testing done:
- Added 2 new unit tests, both pass
- Did some messing about to make assertions fail on purpose
and validated the the wrong behavior was not passing
Problem
Proposed Solution
The text was updated successfully, but these errors were encountered: