-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(informative test): #205 changed test. It is now clearer which ent…
…ries are mocked fix(informative test): #205 changed test. It should be clearer which entries are mocked
- Loading branch information
1 parent
1ea27f6
commit 18098b4
Showing
4 changed files
with
75 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
tests/informativeTest_6_3_8/valid/test_with_mocked_hunspell-csaf_2_0-2021-6-3-08-11.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"document": { | ||
"category": "csaf_base", | ||
"csaf_version": "2.0", | ||
"lang": "en", | ||
"notes": [ | ||
{ | ||
"category": "summary", | ||
"text": "Mocked as Valid" | ||
} | ||
], | ||
"publisher": { | ||
"category": "other", | ||
"name": "OASIS CSAF TC [Mocked as Valid]", | ||
"namespace": "https://example.com" | ||
}, | ||
"title": "Informative test: Spell check (failing example 1)[Mocked as Valid]", | ||
"tracking": { | ||
"current_release_date": "2021-07-21T10:00:00.000Z", | ||
"id": "OASIS_CSAF_TC-CSAF_2.0-2021-6-3-08-01", | ||
"initial_release_date": "2021-07-21T10:00:00.000Z", | ||
"revision_history": [ | ||
{ | ||
"date": "2021-07-21T10:00:00.000Z", | ||
"number": "1", | ||
"summary": "Mocked as Valid" | ||
} | ||
], | ||
"status": "final", | ||
"version": "1" | ||
} | ||
} | ||
} |