diff options
Diffstat (limited to 'test/testcases/recommendations/suggested_conflicts.t')
-rw-r--r-- | test/testcases/recommendations/suggested_conflicts.t | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/testcases/recommendations/suggested_conflicts.t b/test/testcases/recommendations/suggested_conflicts.t new file mode 100644 index 0000000..8de6f3d --- /dev/null +++ b/test/testcases/recommendations/suggested_conflicts.t @@ -0,0 +1,16 @@ +repo system 0 empty +repo available 0 testtags <inline> +#>=Pkg: A 1 1 noarch +#>=Sug: B +#>=Pkg: B 1 1 noarch +#>=Pkg: B 3 1 noarch +#>=Con: A +#>=Pkg: B 2 1 noarch +system i686 rpm system + +solverflags ignorerecommended +job install name A + +result transaction,recommended,problems <inline> +#>install A-1-1.noarch@available +#>suggested B-2-1.noarch@available |