diff options
author | 2014-08-23 20:59:38 +0200 | |
---|---|---|
committer | 2014-08-23 20:59:38 +0200 | |
commit | e51ee9a2485f1acdffb03a45659e7e525340c08b (patch) | |
tree | 95eee111d0942d289c242d4b5ec04f22de7a233e /tests | |
parent | tests/depres.py: print test data identifier (diff) | |
download | R_overlay-e51ee9a2485f1acdffb03a45659e7e525340c08b.tar.gz R_overlay-e51ee9a2485f1acdffb03a45659e7e525340c08b.tar.bz2 R_overlay-e51ee9a2485f1acdffb03a45659e7e525340c08b.zip |
tests, data: reflect SLOT rule changes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/static/depres.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/static/depres.py b/tests/static/depres.py index 5b8c98e..85ff7ae 100644 --- a/tests/static/depres.py +++ b/tests/static/depres.py @@ -33,9 +33,9 @@ DEPRES_DATA = { DONT_RESOLVE ( "p2 !5" ), DONT_RESOLVE ( "p2 !=5" ), DONT_RESOLVE ( "p3 1." ), - ( "p3 2.1.0", "cat/pkg:1" ), - ( "p4 5.4.3.2.1", "cat/pkg:5=" ), - ( "p5 4", "cat/pkg:99/2" ), + ( "p3 =2.1.0", "cat/pkg:1" ), + ( "p4 =5.4.3.2.1", "cat/pkg:5=" ), + ( "p5 =4", "cat/pkg:99/2" ), ), 'selfdeps': ( @@ -123,7 +123,7 @@ DEPRES_DATA = { DEPRES_RULES = { 'fftw': ( 'sci-libs/fftw {', 'fftw', '}', - '~sci-libs/fftw:+v:s=..1 :: fftw', + '~sci-libs/fftw:wide_match:+v:s=..1 :: fftw', '~sci-libs/fftw :: fftw', ), @@ -167,13 +167,13 @@ DEPRES_RULES = { '}', ), 'example5': ( - '~sci-libs/fftw:s=0..1 :: fftw', + '~sci-libs/fftw:wide_match:s=0..1 :: fftw', ), 'example6': ( - '~sci-libs/fftw:s=0..1:restrict=2.1,3.0: :: fftw', + '~sci-libs/fftw:wide_match:s=0..1:restrict=2.1,3.0: :: fftw', ), 'example7': ( - '~sci-libs/fftw:s=i3.0:r=3.0,3.1,3.2,3.3 :: fftw', + '~sci-libs/fftw:wide_match:s=i3.0:r=3.0,3.1,3.2,3.3 :: fftw', ), } |