Skip to content

Commit

Permalink
Remove malformed context test case as correct behavior is not defined…
Browse files Browse the repository at this point in the history
… in the Standard

The FDC3 Standard does not define the expected behavior on receipt of a malformed context (by fdc3.open, or indeed any other function). Hence, it is not possible to adequately define test cases for it. There currently only exists a test case for fdc3.open which this PR will remove.
  • Loading branch information
kriswest authored Dec 2, 2022
1 parent aad5489 commit dbad1b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ _These are some basic sanity tests implemented in the FDC3 Conformance Framework
| A | 3. Promise | - receives a rejection from the open promise with “App Timeout’ from <br>https://fdc3.finos.org/docs/api/ref/Errors#openerror |

- `AOpensBMultipleListen`: The correct (first) context listener should receive the context, and the promise resolves successfully in **A**.
- `AOpensBMalformedContext`: **A** tries to pass malformed context to **B** (i.e. no `type` field on the context object). Context listeners receive nothing, promise completes successfully.

## 5. Intents

Expand Down

0 comments on commit dbad1b4

Please sign in to comment.