From e005f02fc0e8b38ea9165ca5c21953f178d86ec3 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 1 Feb 2017 09:30:49 -0500 Subject: [PATCH] Bug 17855: Follow-up on broken xt test Apologies for missing that. Here is a patch for point 2 in comment #133. TEST PLAN --------- 1) apply all except this patch 2) prove xt -- a failure 3) apply this patch 4) prove xt -- no failures 5) prove t -- only prices fails on master, and is unrelated to this patch. 6) run koha qa test tools --- xt/sample_notices.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/sample_notices.t b/xt/sample_notices.t index 2653407..39e3ab2 100755 --- a/xt/sample_notices.t +++ b/xt/sample_notices.t @@ -22,7 +22,7 @@ use Test::More qw(no_plan); my $root_dir = 'installer/data/mysql'; -my $base_notices_file = "en/mandatory/sample_notices.sql"; +my $base_notices_file = "en/default/sample_notices.sql"; my @trans_notices_files = qw( fr-FR/1-Obligatoire/sample_notices.sql fr-CA/obligatoire/sample_notices.sql -- 2.1.4