summaryrefslogtreecommitdiff
path: root/test/integration/test-resolver-prefers-real-package
Commit message (Collapse)AuthorAgeFilesLines
* solver3: Sort dependency targets against current alternativeJulian Andres Klode2025-08-261-0/+58
Instead of inadvertently sorting dependency targets against the first alternative in an or group, sort them against the current alternative as we should. Otherwise we ended up sorting gnome-shell | notification-daemon With Package: notification-daemon Package: awesome Provides: notification-daemon into gnome-shell | awesome | notification-daemon <-we sorted this part wrongly-> This fixes a minor difference in test-release-candidate-switching in one case, but not the other where the difference was actually caused by the loss of install argument ordering information in the new solver, so just flip the arguments so both solvers produce the same outcome.