From b80626608ca6d63ba1c76ba4ad2aff86e1eacb2f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 29 Sep 2013 15:59:15 +0200 Subject: add 2 other possible transaction orders needed due to perl-5.18 random keys order it could alternatively be workarounded by sorting packages in genhdlist2 --- t/superuser--split-transactions.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/superuser--split-transactions.t b/t/superuser--split-transactions.t index 6ca5e5f2..3225568c 100644 --- a/t/superuser--split-transactions.t +++ b/t/superuser--split-transactions.t @@ -18,6 +18,8 @@ test_urpmi("--auto --split-length 1 c d", acceptable_trans_orders(4, [ [ qw(a b) ], ['c'], ['d'] ], [ [ qw(b a) ], ['c'], ['d'] ], + [ ['d'], [ qw(b a) ], ['c'] ], + [ ['d'], [ qw(a b) ], ['c'] ], )); check_installed_names('a', 'b', 'c', 'd'); -- cgit v1.2.1