diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2013-12-14 16:02:51 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2013-12-14 16:02:51 +0100 |
commit | a02e62f17f7b51c489e209ab6937ad717fbcfb07 (patch) | |
tree | 56b99fd6099dfbfdeebc561edc717eb1bcdb3832 /tests/data/oneChannel.json | |
parent | ac2721e954142e534e3acced8a90ef6cf876efa7 (diff) | |
download | MultiMC-a02e62f17f7b51c489e209ab6937ad717fbcfb07.tar MultiMC-a02e62f17f7b51c489e209ab6937ad717fbcfb07.tar.gz MultiMC-a02e62f17f7b51c489e209ab6937ad717fbcfb07.tar.lz MultiMC-a02e62f17f7b51c489e209ab6937ad717fbcfb07.tar.xz MultiMC-a02e62f17f7b51c489e209ab6937ad717fbcfb07.zip |
Tests for parsing of channel lists in UpdateChecker
Diffstat (limited to 'tests/data/oneChannel.json')
-rw-r--r-- | tests/data/oneChannel.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/oneChannel.json b/tests/data/oneChannel.json new file mode 100644 index 00000000..84727ac7 --- /dev/null +++ b/tests/data/oneChannel.json @@ -0,0 +1,11 @@ +{ + "format_version": 0, + "channels": [ + { + "id": "develop", + "name": "Develop", + "description": "The channel called \"develop\"", + "url": "http://example.org/stuff" + } + ] +} |