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 13:58:41 -0400 |
commit | 3cdf4ddf0a67646131e320f0556f619783a17469 (patch) | |
tree | a793808df8d602970653fe4445d0f114fcd3d0c3 /tests/basic.json | |
parent | 0a3e354c3d81866e1a755367ab5592b3ced868bb (diff) |
Update test JSON filesneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.013.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0
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": [ |