Tests for parsing of channel lists in UpdateChecker

This commit is contained in:
Jan Dalheimer
2013-12-14 16:02:51 +01:00
parent ac2721e954
commit a02e62f17f
6 changed files with 111 additions and 2 deletions

View File

@ -0,0 +1,11 @@
{
"format_version": 0,
"channels": [
{
"id": "develop",
"name": "Develop",
"description": "The channel called \"develop\"",
"url": "http://example.org/stuff"
}
]
}