From 217f6f199ab1697bc375eb8aafc99f3e4224c89d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 6 Nov 2019 12:12:31 +0000 Subject: [PATCH] Bug 23523: (follow-up) Clarify meaning configurations in tests --- t/Prices.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/Prices.t b/t/Prices.t index b42ce9af6f..b82e17dfe4 100644 --- a/t/Prices.t +++ b/t/Prices.t @@ -48,7 +48,7 @@ my $today; for my $currency_format ( qw( US FR ) ) { t::lib::Mocks::mock_preference( 'CurrencyFormat', $currency_format ); - subtest 'Configuration 1: 0 0' => sub { + subtest 'Configuration 1: 0 0 (Vendor List prices do not include tax / Invoice prices do not include tax)' => sub { plan tests => 8; my $biblionumber_0_0 = 42; @@ -150,7 +150,7 @@ for my $currency_format ( qw( US FR ) ) { ); }; - subtest 'Configuration 1: 1 1' => sub { + subtest 'Configuration 1: 1 1 (Vendor List prices do include tax / Invoice prices include tax)' => sub { plan tests => 8; my $biblionumber_1_1 = 43; @@ -252,7 +252,7 @@ for my $currency_format ( qw( US FR ) ) { ); }; - subtest 'Configuration 1: 1 0' => sub { + subtest 'Configuration 1: 1 0 (Vendor List prices include tax / Invoice prices do not include tax)' => sub { plan tests => 9; my $biblionumber_1_0 = 44; @@ -373,7 +373,7 @@ for my $currency_format ( qw( US FR ) ) { ); }; - subtest 'Configuration 1: 0 1' => sub { + subtest 'Configuration 1: 0 1 (Vendor List prices do not include tax / Invoice prices include tax)' => sub { plan tests => 9; my $biblionumber_0_1 = 45; -- 2.11.0