Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conformance tests don't test retrieving User channels like app channels #246

Open
kriswest opened this issue Sep 15, 2023 · 0 comments
Open

Comments

@kriswest
Copy link
Contributor

FDC3 User channels can be worked with via the top-level functions fdc3.broadcast and fdc3.addContextListener OR via the Channel interface retrieved via fdc3.getUserChannels() and fdc3.getOrCreateChannel(<some user channel id>) then channel.broadcast and channel.addContextListener. An implementation error might lead to the two mechanisms appearing to work with different channels (an app channel and user channel version), however, they should be the same (or the fdc3.getUserChannels() function would not make sense).

The conformance tests (both 1.2 and 2.0) should be confirming this, but don't currently. A couple of new tests should be implemented (in both test versions) to confirm this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant