X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F88result_set_column.t;h=21e1c9cac7320a50c326a2cd3b72b4f2716383ec;hb=ba7892a8c4d3db99f2a459b536a2a5db3a1ffa67;hp=9a04bd16d6d7e8db2daed46e274098b90e258ac2;hpb=a5a7bb733a940db710b7408508374833683a2e79;p=dbsrgits%2FDBIx-Class.git diff --git a/t/88result_set_column.t b/t/88result_set_column.t index 9a04bd1..21e1c9c 100644 --- a/t/88result_set_column.t +++ b/t/88result_set_column.t @@ -4,6 +4,12 @@ use warnings; use Test::More; use Test::Warn; use Test::Exception; + +# MASSIVE FIXME - there is a hole in ::RSC / as_subselect_rs +# losing the order. Needs a rework/extract of the realiaser, +# and that's a whole another bag of dicks +BEGIN { $ENV{DBIC_SHUFFLE_UNORDERED_RESULTSETS} = 0 } + use lib qw(t/lib); use DBICTest ':DiffSQL';