From f44438312309634bec8fe82e2a8b8715eddf3b6e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 19 Feb 2014 22:31:05 +0100 Subject: add 2 other possible transaction orders needed due to perl-5.18 random keys order --- t/superuser--split-transactions.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/superuser--split-transactions.t b/t/superuser--split-transactions.t index 3225568c..04a3f561 100644 --- a/t/superuser--split-transactions.t +++ b/t/superuser--split-transactions.t @@ -17,7 +17,9 @@ urpmi_addmedia("$name $::pwd/media/$name"); test_urpmi("--auto --split-length 1 c d", acceptable_trans_orders(4, [ [ qw(a b) ], ['c'], ['d'] ], + [ [ qw(a b) ], ['d'], ['c'] ], [ [ qw(b a) ], ['c'], ['d'] ], + [ [ qw(b a) ], ['d'], ['c'] ], [ ['d'], [ qw(b a) ], ['c'] ], [ ['d'], [ qw(a b) ], ['c'] ], )); -- cgit v1.2.1