summaryrefslogtreecommitdiffstats
path: root/tests/data/channels.json
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-12-15 23:47:57 +0100
committerPetr Mrázek <peterix@gmail.com>2013-12-15 23:47:57 +0100
commit5df86d9ffa53877f7e7b84bafb8dc8134c61ab82 (patch)
tree10bb64b1aaca91e24978302e984e73e1d9908859 /tests/data/channels.json
parentb773ef08afff14bf0e342578c21122758c26b680 (diff)
parent7f884a18a85eca8c1a395ab0e9d421f17a98f142 (diff)
downloadMultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.gz
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.lz
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.xz
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.zip
Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into develop
Diffstat (limited to 'tests/data/channels.json')
-rw-r--r--tests/data/channels.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/data/channels.json b/tests/data/channels.json
new file mode 100644
index 00000000..e4f04bff
--- /dev/null
+++ b/tests/data/channels.json
@@ -0,0 +1,23 @@
+{
+ "format_version": 0,
+ "channels": [
+ {
+ "id": "develop",
+ "name": "Develop",
+ "description": "The channel called \"develop\"",
+ "url": "file://$PWD/tests/data/"
+ },
+ {
+ "id": "stable",
+ "name": "Stable",
+ "description": "It's stable at least",
+ "url": "ftp://username@host/path/to/stuff"
+ },
+ {
+ "id": "42",
+ "name": "The Channel",
+ "description": "This is the channel that is going to answer all of your questions",
+ "url": "https://dent.me/tea"
+ }
+ ]
+}