diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-15 23:47:57 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-15 23:47:57 +0100 |
commit | 5df86d9ffa53877f7e7b84bafb8dc8134c61ab82 (patch) | |
tree | 10bb64b1aaca91e24978302e984e73e1d9908859 /tests/data/1.json | |
parent | b773ef08afff14bf0e342578c21122758c26b680 (diff) | |
parent | 7f884a18a85eca8c1a395ab0e9d421f17a98f142 (diff) | |
download | PrismLauncher-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.gz PrismLauncher-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.bz2 PrismLauncher-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.zip |
Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into develop
Diffstat (limited to 'tests/data/1.json')
-rw-r--r-- | tests/data/1.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/data/1.json b/tests/data/1.json new file mode 100644 index 00000000..d5261d2c --- /dev/null +++ b/tests/data/1.json @@ -0,0 +1,43 @@ +{ + "ApiVersion": 0, + "Id": 1, + "Name": "1.0.1", + "Files": [ + { + "Path": "fileOne", + "Sources": [ + { + "SourceType": "http", + "Url": "file://$PWD/tests/data/fileOneA" + } + ], + "Executable": true, + "Perms": 493, + "MD5": "9eb84090956c484e32cb6c08455a667b" + }, + { + "Path": "fileTwo", + "Sources": [ + { + "SourceType": "http", + "Url": "file://$PWD/tests/data/fileTwo" + } + ], + "Executable": false, + "Perms": 644, + "MD5": "38f94f54fa3eb72b0ea836538c10b043" + }, + { + "Path": "fileThree", + "Sources": [ + { + "SourceType": "http", + "Url": "file://$PWD/tests/data/fileThree" + } + ], + "Executable": false, + "Perms": "750", + "MD5": "f12df554b21e320be6471d7154130e70" + } + ] +} |