diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-17 02:09:58 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-20 23:04:11 +0100 |
commit | d6c71488b34a2854461feee3296c11568542ecbe (patch) | |
tree | 9486ced2bfb437178d1abe827dc29f00edd7783d /tests/data/1.json | |
parent | 20e86801b3cc889a07cd8eef744b06b77a2239cc (diff) | |
download | MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar.gz MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar.lz MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar.xz MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.zip |
Some test madness
Diffstat (limited to 'tests/data/1.json')
-rw-r--r-- | tests/data/1.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/1.json b/tests/data/1.json index d5261d2c..f9f99b22 100644 --- a/tests/data/1.json +++ b/tests/data/1.json @@ -8,7 +8,7 @@ "Sources": [ { "SourceType": "http", - "Url": "file://$PWD/tests/data/fileOneA" + "Url": "$PWD/tests/data/fileOneA" } ], "Executable": true, @@ -20,7 +20,7 @@ "Sources": [ { "SourceType": "http", - "Url": "file://$PWD/tests/data/fileTwo" + "Url": "$PWD/tests/data/fileTwo" } ], "Executable": false, @@ -32,7 +32,7 @@ "Sources": [ { "SourceType": "http", - "Url": "file://$PWD/tests/data/fileThree" + "Url": "$PWD/tests/data/fileThree" } ], "Executable": false, |