diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-04-13 01:24:55 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-05-01 00:01:39 +0200 |
commit | e8ba5dafc63de65ed8a469353b808e391633f0fc (patch) | |
tree | 1e7d8c340bd68ae339904dde867875226f10b150 /tests/data/channels.json | |
parent | ed3884fd38c26185522248994c79c9525b8892ad (diff) | |
download | MultiMC-e8ba5dafc63de65ed8a469353b808e391633f0fc.tar MultiMC-e8ba5dafc63de65ed8a469353b808e391633f0fc.tar.gz MultiMC-e8ba5dafc63de65ed8a469353b808e391633f0fc.tar.lz MultiMC-e8ba5dafc63de65ed8a469353b808e391633f0fc.tar.xz MultiMC-e8ba5dafc63de65ed8a469353b808e391633f0fc.zip |
NOISSUE remove dead unit tests and reorganize CMake code related to unit tests
Diffstat (limited to 'tests/data/channels.json')
-rw-r--r-- | tests/data/channels.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/channels.json b/tests/data/channels.json index 10eede82..b46c64c8 100644 --- a/tests/data/channels.json +++ b/tests/data/channels.json @@ -5,13 +5,13 @@ "id": "develop", "name": "Develop", "description": "The channel called \"develop\"", - "url": "@MultiMC_TEST_DATA_URL@" + "url": "@TEST_DATA_URL@" }, { "id": "stable", "name": "Stable", "description": "It's stable at least", - "url": "@MultiMC_TEST_DATA_URL@" + "url": "@TEST_DATA_URL@" }, { "id": "42", |