diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-23 17:50:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-08 16:50:52 +0200 |
commit | 02ca7e6b7bb7c01659adba36944e59262f307b06 (patch) | |
tree | 44c560888f2912fc5e7dc81173b1cb83a551cd38 /tests | |
parent | 40b0e4bb4354a6d613f6d678a1995532c83400cd (diff) |
Support version release
Diffstat (limited to 'tests')
-rw-r--r-- | tests/repository/1/status/extra/libbar-1.1.0+1.tar.gz | bin | 0 -> 243 bytes | |||
-rw-r--r-- | tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz | bin | 242 -> 0 bytes | |||
-rw-r--r-- | tests/repository/1/status/testing/libbar-1.0.0+1.tar.gz | bin | 0 -> 243 bytes | |||
-rw-r--r-- | tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz | bin | 244 -> 0 bytes | |||
-rwxr-xr-x | tests/test.sh | 12 |
5 files changed, 6 insertions, 6 deletions
diff --git a/tests/repository/1/status/extra/libbar-1.1.0+1.tar.gz b/tests/repository/1/status/extra/libbar-1.1.0+1.tar.gz Binary files differnew file mode 100644 index 0000000..890e9e2 --- /dev/null +++ b/tests/repository/1/status/extra/libbar-1.1.0+1.tar.gz diff --git a/tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz b/tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz Binary files differdeleted file mode 100644 index 09ffc97..0000000 --- a/tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz +++ /dev/null diff --git a/tests/repository/1/status/testing/libbar-1.0.0+1.tar.gz b/tests/repository/1/status/testing/libbar-1.0.0+1.tar.gz Binary files differnew file mode 100644 index 0000000..5794085 --- /dev/null +++ b/tests/repository/1/status/testing/libbar-1.0.0+1.tar.gz diff --git a/tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz b/tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz Binary files differdeleted file mode 100644 index e8a54ca..0000000 --- a/tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz +++ /dev/null diff --git a/tests/test.sh b/tests/test.sh index 8b391d1..e6a0a10 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -679,22 +679,22 @@ stat libfoo "fetched 1.0.0" test cfg-create --wipe test cfg-add $rep/status/extra test cfg-fetch -stat libbar "available 1.1.0-1" +stat libbar "available 1.1.0+1" test cfg-add $rep/status/stable test cfg-fetch -stat libbar "available 1.1.0-1 1.0.0" +stat libbar "available 1.1.0+1 1.0.0" test cfg-create --wipe test cfg-add $rep/status/testing test cfg-fetch -stat libbar "available 1.1.0 1.0.0-1 1.0.0" +stat libbar "available 1.1.0 1.0.0+1 1.0.0" test cfg-create --wipe test cfg-add $rep/status/unstable test cfg-fetch -stat libbar "available 2.0.0 1.1.0 1.0.0-1 1.0.0" -test pkg-fetch libbar/1.0.0-1 -stat libbar "fetched 1.0.0-1; available 2.0.0 1.1.0" +stat libbar "available 2.0.0 1.1.0 1.0.0+1 1.0.0" +test pkg-fetch libbar/1.0.0+1 +stat libbar "fetched 1.0.0+1; available 2.0.0 1.1.0" test pkg-purge libbar test pkg-fetch libbar/2.0.0 stat libbar "fetched 2.0.0" |