aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/task-response.test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:17:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:17:40 +0300
commite73b2b4a4ed4c814131782572c007f85fbf442a3 (patch)
treed9c316f9de2d765e4fbeb3767a4d934bc21b951d /tests/manifest/task-response.test
parentb777434484dd9654936d81e914b7815526d56b8c (diff)
Add repository-type value to task manifest and rename repository value to repository-url
Diffstat (limited to 'tests/manifest/task-response.test')
-rw-r--r--tests/manifest/task-response.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/manifest/task-response.test b/tests/manifest/task-response.test
index f92e43f..c823160 100644
--- a/tests/manifest/task-response.test
+++ b/tests/manifest/task-response.test
@@ -22,7 +22,8 @@ test.options += -ts
:
name: libfoo
version: 1.0
- repository: http://pkg.example.org/1/math
+ repository-url: http://pkg.example.org/1/math
+ repository-type: pkg
machine: windows_10-msvc_14
target: x86_64-microsoft-win32-msvc14.0
EOF
@@ -36,7 +37,8 @@ test.options += -ts
:
name: libfoo
version: 1.0
- repository: http://pkg.example.org/1/math
+ repository-url: http://pkg.example.org/1/math
+ repository-type: pkg
machine: windows_10-msvc_14
target: x86_64-microsoft-win32-msvc14.0
EOF