diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-09-30 13:58:41 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-09-30 18:02:42 +0000 |
commit | ed89b64e6f115a47000af701f73c5e77102d6a61 (patch) | |
tree | 2d949b68cc1f6a5ed270997b490ecc1f3729d646 /tests/basic.json | |
parent | cc0c59a74271550604e1aaf55bdccd7de7e4b872 (diff) |
Update test JSON filesjellyfish_10.0.3jellyfish_10.0.2jellyfish_10.0.1jellyfish/10.0.3jellyfish/10.0.2jellyfish/10.0.110.0.310.0.210.0.1jellyfish
Thomas Walzer pointed out that the JSON files in the tests
subdirectory no longer worked with the generator; the now required
version field has been added to them and the sample generated output
updated.
Bug-AGL: SPEC-3551
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I667a0b08b41e488e7bca8582902fa5be08da5acb
Diffstat (limited to 'tests/basic.json')
-rw-r--r--[-rwxr-xr-x] | tests/basic.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic.json b/tests/basic.json index 32cd1b4..3a98edb 100755..100644 --- a/tests/basic.json +++ b/tests/basic.json @@ -1,5 +1,6 @@ { "name": "example", + "version": "2.0", "extra_sources": [ ], "initializers": [ |