diff options
Diffstat (limited to 'tests/data/app/expected-info.json')
-rw-r--r-- | tests/data/app/expected-info.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index fc0ab224977..d86ffed482b 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -44,6 +44,28 @@ }, "@value": "notepad.exe" } - ] + ], + "lib": [ + { + "@attributes" : { + "min-version": "1.2" + }, + "@value": "xml" + }, + { + "@attributes" : { + "max-version": "2.0" + }, + "@value": "intl" + }, + "curl" + ], + "os": "Linux", + "owncloud": { + "@attributes" : { + "min-version": "7.0.1", + "max-version": "8" + } + } } } |