aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-07 19:10:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-24 12:39:33 +0300
commitf3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (patch)
tree92cc95d757589644cfa4e7bf9946469950b210e8 /tests
parentd98e538a1b4e9eaa3b8412db59ff4a1c200f3df6 (diff)
Add string-parsing constructors to dependency, requirement_alternatives, and test_dependency classes
Diffstat (limited to 'tests')
-rw-r--r--tests/manifest/testscript20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/manifest/testscript b/tests/manifest/testscript
index 4770e96..25e0ae3 100644
--- a/tests/manifest/testscript
+++ b/tests/manifest/testscript
@@ -546,7 +546,7 @@
{
: short-name
:
- $* <<EOI 2>'stdin:6:10: error: invalid prerequisite package name: length is less than two characters' != 0
+ $* <<EOI 2>'stdin:6:10: error: invalid package name: length is less than two characters' != 0
: 1
name: foo
version: 2.0.0
@@ -557,7 +557,7 @@
: invalid-version-range
:
- $* -c <<EOI 2>'stdin:6:10: error: invalid prerequisite package constraint: min version is greater than max version' != 0
+ $* -c <<EOI 2>'stdin:6:10: error: invalid package constraint: min version is greater than max version' != 0
: 1
name: foo
version: 2.0.0
@@ -628,7 +628,7 @@
license: LGPLv2
depends: bar ~$
EOI
- stdin:6:10: error: invalid prerequisite package constraint: dependent version is not standard
+ stdin:6:10: error: invalid package constraint: dependent version is not standard
EOE
: latest-snapshot
@@ -668,7 +668,7 @@
{
: short-name
:
- $* <<EOI 2>'stdin:6:8: error: invalid tests package name: length is less than two characters' != 0
+ $* <<EOI 2>'stdin:6:8: error: invalid package name: length is less than two characters' != 0
: 1
name: foo
version: 2.0.0
@@ -679,7 +679,7 @@
: invalid-version-range-incomplete
:
- $* -c <<EOI 2>'stdin:6:8: error: invalid tests package constraint: min version is greater than max version' != 0
+ $* -c <<EOI 2>'stdin:6:8: error: invalid package constraint: min version is greater than max version' != 0
: 1
name: foo
version: 2.0.0
@@ -690,7 +690,7 @@
: invalid-version-range
:
- $* -c <<EOI 2>'stdin:6:8: error: invalid tests package constraint: min version is greater than max version' != 0
+ $* -c <<EOI 2>'stdin:6:8: error: invalid package constraint: min version is greater than max version' != 0
: 1
name: foo
version: 2.0.0
@@ -701,7 +701,7 @@
: invalid-version
:
- $* -c <<EOI 2>'stdin:6:8: error: invalid tests package constraint: invalid version: equal version endpoints are earliest' != 0
+ $* -c <<EOI 2>'stdin:6:8: error: invalid package constraint: invalid version: equal version endpoints are earliest' != 0
: 1
name: foo
version: 2.0.0
@@ -712,7 +712,7 @@
: no-name
:
- $* <<EOI 2>'stdin:6:8: error: no tests package name specified' != 0
+ $* <<EOI 2>'stdin:6:8: error: no package name specified' != 0
: 1
name: foo
version: 2.0.0
@@ -765,7 +765,7 @@
license: LGPLv2
tests: bar ~$
EOI
- stdin:6:8: error: invalid tests package constraint: dependent version is not standard
+ stdin:6:8: error: invalid package constraint: dependent version is not standard
EOE
}
@@ -871,7 +871,7 @@
{
: incomplete
:
- $* <<EOI 2>'stdin:8:10: error: $ not allowed' != 0
+ $* <<EOI 2>'stdin:8:10: error: invalid package constraint: $ not allowed' != 0
: 1
sha256sum: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
: