From 96f5bfbb4617cde35c96f0c4ecb0bda35a233192 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 23 Mar 2018 13:13:59 -0300 Subject: [PATCH] Bug 4078: Fix test when fr_FR.UTF-8 is installed --- t/Number/Price.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Number/Price.t b/t/Number/Price.t index 1676c8a418..d7d143ad01 100644 --- a/t/Number/Price.t +++ b/t/Number/Price.t @@ -63,7 +63,7 @@ SKIP: { unless $current_locale eq 'fr_FR.UTF-8'; is( Koha::Number::Price->new(12345678.9)->format( { %$format, with_symbol => 1 } ), - '12,345,678.90', 'US: format 12,345,678.90 with symbol' ); + '$ 12,345,678.90', 'US: format 12,345,678.90 with symbol' ); is( Koha::Number::Price->new('12,345,678.90')->unformat, '12345678.9', 'US: unformat 12345678.9' ); setlocale(LC_NUMERIC, $orig_locale); -- 2.11.0