Unbreak and reactivate the some UpdateChecker tests
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"Sources": [
|
||||
{
|
||||
"SourceType": "http",
|
||||
"Url": "$PWD/tests/data/fileOneA"
|
||||
"Url": "@MultiMC_TEST_DATA_PATH@/fileOneA"
|
||||
}
|
||||
],
|
||||
"Executable": true,
|
||||
@ -20,7 +20,7 @@
|
||||
"Sources": [
|
||||
{
|
||||
"SourceType": "http",
|
||||
"Url": "$PWD/tests/data/fileTwo"
|
||||
"Url": "@MultiMC_TEST_DATA_PATH@/fileTwo"
|
||||
}
|
||||
],
|
||||
"Executable": false,
|
||||
@ -32,7 +32,7 @@
|
||||
"Sources": [
|
||||
{
|
||||
"SourceType": "http",
|
||||
"Url": "$PWD/tests/data/fileThree"
|
||||
"Url": "@MultiMC_TEST_DATA_PATH@/fileThree"
|
||||
}
|
||||
],
|
||||
"Executable": false,
|
||||
|
@ -8,7 +8,7 @@
|
||||
"Sources": [
|
||||
{
|
||||
"SourceType": "http",
|
||||
"Url": "$PWD/tests/data/fileOneB"
|
||||
"Url": "@MultiMC_TEST_DATA_PATH@/fileOneB"
|
||||
}
|
||||
],
|
||||
"Executable": true,
|
||||
@ -20,7 +20,7 @@
|
||||
"Sources": [
|
||||
{
|
||||
"SourceType": "http",
|
||||
"Url": "$PWD/tests/data/fileTwo"
|
||||
"Url": "@MultiMC_TEST_DATA_PATH@/fileTwo"
|
||||
}
|
||||
],
|
||||
"Executable": false,
|
||||
|
@ -5,13 +5,13 @@
|
||||
"id": "develop",
|
||||
"name": "Develop",
|
||||
"description": "The channel called \"develop\"",
|
||||
"url": "$PWD/tests/data/"
|
||||
"url": "@MultiMC_TEST_DATA_PATH@"
|
||||
},
|
||||
{
|
||||
"id": "stable",
|
||||
"name": "Stable",
|
||||
"description": "It's stable at least",
|
||||
"url": "$PWD/tests/data/"
|
||||
"url": "@MultiMC_TEST_DATA_PATH@"
|
||||
},
|
||||
{
|
||||
"id": "42",
|
||||
|
Reference in New Issue
Block a user