Blob Blame History Raw
From 1f2ffc6824f23681143b3f1ff1b2fb0a0b771bd8 Mon Sep 17 00:00:00 2001
From: Philip Kime <Philip@kime.org.uk>
Date: Mon, 22 Jun 2015 21:39:16 +0200
Subject: [PATCH] More sort test fixes

---
 t/sort-complex.t | 2 +-
 t/sort-order.t   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/sort-complex.t b/t/sort-complex.t
index 650d40e..746f5f8 100755
--- a/t/sort-complex.t
+++ b/t/sort-complex.t
@@ -240,7 +240,7 @@ Biber::Config->setoption('sourcemap', undef); # no longer ignore shorthand*
 $bibentries->del_entries;
 $section->del_everykeys;
 Biber::Input::file::bibtex->init_cache;
-Biber::Config->setoption('sortlocale', 'en_GB.UTF-8');
+Biber::Config->setoption('fastsort', 0);
 $biber->prepare;
 $section = $biber->sections->get_section(0);
 $shs = $biber->sortlists->get_list(0, 'shorthands', 'list', 'shorthands');
diff --git a/t/sort-order.t b/t/sort-order.t
index 4e9ad5d..c201e4c 100755
--- a/t/sort-order.t
+++ b/t/sort-order.t
@@ -498,7 +498,7 @@ $main->set_sortscheme($S);
 $biber->set_output_obj(Biber::Output::bbl->new());
 # Have to set locale to something which understands lexical/case differences for this test
 # otherwise testing on Windows doesn't work ...
-Biber::Config->setoption('sortlocale', 'en_US.UTF-8');
+Biber::Config->setoption('sortlocale', 'en_GB.UTF-8');
 $biber->prepare;
 $section = $biber->sections->get_section(0);
 is_deeply([$main->get_keys], ['L1B','L1','L1A','L2','L3','L4','L5','L7','L8','L9','L6'], 'location - sortcase=1');
-- 
2.5.0