Skip to content

Commit 02b30c1

Browse files
committed
Don't change JSON schema until the feature is approved (experimental only)
1 parent 9380af8 commit 02b30c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/ABI/JSON.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ sufficient information to display the event in a human-readable format.
193193
}
194194
195195
<event-kind> ::= "runStarted" | "testStarted" | "testCaseStarted" |
196-
"issueRecorded" | "valueAttached" | "testCaseEnded" | "testEnded" |
197-
"testSkipped" | "runEnded" ; additional event kinds may be added in the future
196+
"issueRecorded" | "testCaseEnded" | "testEnded" | "testSkipped" |
197+
"runEnded" ; additional event kinds may be added in the future
198198
199199
<issue> ::= {
200200
"isKnown": <bool>, ; is this a known issue or not?
@@ -207,7 +207,7 @@ sufficient information to display the event in a human-readable format.
207207
}
208208
209209
<message-symbol> ::= "default" | "skip" | "pass" | "passWithKnownIssue" |
210-
"fail" | "difference" | "warning" | "details" | "attachment"
210+
"fail" | "difference" | "warning" | "details"
211211
```
212212

213213
<!--

Sources/Testing/ABI/v0/Encoded/ABIv0.EncodedEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extension ABIv0 {
2727
case testStarted
2828
case testCaseStarted
2929
case issueRecorded
30-
case valueAttached
30+
case valueAttached = "_valueAttached"
3131
case testCaseEnded
3232
case testEnded
3333
case testSkipped

0 commit comments

Comments
 (0)