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:49 +0000 |
commit | 269a5d2582be645f584f0226cbb39e3713f53f47 (patch) | |
tree | 983ccab0349838b386b3f4b2cf025e1c5ab9ed01 /tests/basic.json | |
parent | 6fc3a6da4f0d311d205672a9232d097aa512a84b (diff) |
Update test JSON filesicefish_9.0.4icefish/9.0.49.0.4icefish
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": [ |