diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-03-03 22:47:41 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-03-03 22:47:41 +0100 |
commit | 3d8728f52f220845fc4079d34b97458a122ac031 (patch) | |
tree | c259e26ce41af59d2bea32d33efaf15fb6f22351 /tests/data | |
parent | 2e4fa7ec13fa8a255cebcd023ab17dbd65e8c2cb (diff) | |
download | PrismLauncher-3d8728f52f220845fc4079d34b97458a122ac031.tar.gz PrismLauncher-3d8728f52f220845fc4079d34b97458a122ac031.tar.bz2 PrismLauncher-3d8728f52f220845fc4079d34b97458a122ac031.zip |
NOISSUE no issue. with unit tests.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/1.json | 6 | ||||
-rw-r--r-- | tests/data/2.json | 4 | ||||
-rw-r--r-- | tests/data/channels.json | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/data/1.json b/tests/data/1.json index 0f2d6ced..7eda1618 100644 --- a/tests/data/1.json +++ b/tests/data/1.json @@ -8,7 +8,7 @@ "Sources": [ { "SourceType": "http", - "Url": "@MultiMC_TEST_DATA_PATH@/fileOneA" + "Url": "@MultiMC_TEST_DATA_URL@/fileOneA" } ], "Executable": true, @@ -20,7 +20,7 @@ "Sources": [ { "SourceType": "http", - "Url": "@MultiMC_TEST_DATA_PATH@/fileTwo" + "Url": "@MultiMC_TEST_DATA_URL@/fileTwo" } ], "Executable": false, @@ -32,7 +32,7 @@ "Sources": [ { "SourceType": "http", - "Url": "@MultiMC_TEST_DATA_PATH@/fileThree" + "Url": "@MultiMC_TEST_DATA_URL@/fileThree" } ], "Executable": false, diff --git a/tests/data/2.json b/tests/data/2.json index 6e2b0d3c..de7d0e07 100644 --- a/tests/data/2.json +++ b/tests/data/2.json @@ -8,7 +8,7 @@ "Sources": [ { "SourceType": "http", - "Url": "@MultiMC_TEST_DATA_PATH@/fileOneB" + "Url": "@MultiMC_TEST_DATA_URL@/fileOneB" } ], "Executable": true, @@ -20,7 +20,7 @@ "Sources": [ { "SourceType": "http", - "Url": "@MultiMC_TEST_DATA_PATH@/fileTwo" + "Url": "@MultiMC_TEST_DATA_URL@/fileTwo" } ], "Executable": false, diff --git a/tests/data/channels.json b/tests/data/channels.json index 3ad504b0..10eede82 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_PATH@" + "url": "@MultiMC_TEST_DATA_URL@" }, { "id": "stable", "name": "Stable", "description": "It's stable at least", - "url": "@MultiMC_TEST_DATA_PATH@" + "url": "@MultiMC_TEST_DATA_URL@" }, { "id": "42", |