diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-05-14 18:07:12 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-20 14:32:44 +0200 |
commit | 5caf35a7e4bd573a22ff7ed0c686c1cf516eeaf0 (patch) | |
tree | f10aab6e790480d0bc6a8d8939475c1ef7aa9545 /test/integration/test-external-dependency-solver-protocol | |
parent | 6dcae298f972eb20223838f0e1dc376c44bc9cc3 (diff) |
refactor EDSP code into EDSP and EDSP-like parts
No real code change, just moving code around heavily to decouple the
EDSP specific parts from those we can reuse for EDSP-like protocols.
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-external-dependency-solver-protocol')
-rwxr-xr-x | test/integration/test-external-dependency-solver-protocol | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/integration/test-external-dependency-solver-protocol b/test/integration/test-external-dependency-solver-protocol index e22684ec5..6b76fd55c 100755 --- a/test/integration/test-external-dependency-solver-protocol +++ b/test/integration/test-external-dependency-solver-protocol @@ -157,41 +157,41 @@ rm -f "$APT_EDSP_DUMP_FILENAME" testsuccess aptinternalsolver scenario testsuccessequal 'Package: stuff -Source: stuff Architecture: all Version: 3 -Source-Version: 3 APT-ID: 1 +Multi-Arch: foreign +Source: stuff +Source-Version: 3 Priority: optional Section: other -Multi-Arch: foreign APT-Release: a=experimental,n=experimental,c=main,b=all APT-Pin: 1 Package: stuff -Source: stuff Architecture: all Version: 2 -Source-Version: 2 APT-ID: 3 +Multi-Arch: foreign +Source: stuff +Source-Version: 2 Priority: optional Section: other -Multi-Arch: foreign APT-Release: a=unstable,n=sid,c=main,b=all APT-Pin: 500 APT-Candidate: yes Package: stuff -Source: stuff Architecture: all Version: 1 -Source-Version: 1 -Installed: yes APT-ID: 8 +Source: stuff +Source-Version: 1 Priority: optional Section: other +Installed: yes APT-Pin: 100 ' aptinternalsolver scenario stuff |