Unbreak and reactivate the some UpdateChecker tests

This commit is contained in:
Jan Dalheimer
2014-01-05 23:24:05 +01:00
parent becaebd60d
commit 6961525faa
7 changed files with 52 additions and 21 deletions

View File

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

View File

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

View File

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