NOISSUE no issue. with unit tests.

This commit is contained in:
Petr Mrázek
2016-03-03 22:47:41 +01:00
parent 2e4fa7ec13
commit 3d8728f52f
7 changed files with 32 additions and 21 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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",