diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-07-13 12:47:05 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-10 17:27:18 +0200 |
commit | fd23676e809b7fa87ae138cc22d2c683d212950e (patch) | |
tree | b11da2587ec5bd22b1013f087c46f114f8d53d24 /test/integration/test-apt-showlist-orgroup-in-recommends | |
parent | 3707fd4faab3f2e2521263070b68fd0afaae2900 (diff) |
bunch of micro-optimizations for depcache
DepCache functions are called a lot, so if we can squeeze some drops out
of them for free we should do so. Takes also the opportunity to remove
some whitespace errors from these functions.
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-apt-showlist-orgroup-in-recommends')
-rwxr-xr-x | test/integration/test-apt-showlist-orgroup-in-recommends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-showlist-orgroup-in-recommends b/test/integration/test-apt-showlist-orgroup-in-recommends index bce421ac4..929f7feb9 100755 --- a/test/integration/test-apt-showlist-orgroup-in-recommends +++ b/test/integration/test-apt-showlist-orgroup-in-recommends @@ -13,7 +13,7 @@ insertinstalledpackage 'ddd' 'all' '1' insertpackage 'unstable' 'aaa' 'all' '1' insertpackage 'unstable' 'ddd' 'all' '1' insertpackage 'unstable' 'yyy' 'all' '1' -insertpackage 'unstable' 'zzz' 'all' '1' +insertpackage 'unstable' 'zzz' 'all' '1:1' insertpackage 'unstable' 'simple' 'all' '1' 'Recommends: aaa, bbb Suggests: ccc, ddd' insertpackage 'unstable' 'orgroup' 'all' '1' 'Recommends: aaa | bbb |