Bugzilla – Attachment 113255 Details for
Bug 25067
Move PO file manipulation code into gulp tasks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25067: Adjust paths in tests
Bug-25067-Adjust-paths-in-tests.patch (text/plain), 2.19 KB, created by
Jonathan Druart
on 2020-11-06 16:00:12 UTC
(
hide
)
Description:
Bug 25067: Adjust paths in tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-06 16:00:12 UTC
Size:
2.19 KB
patch
obsolete
>From 82e01299f94b16c6e631bacc53d4e9aa6c942ece Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 6 Nov 2020 16:59:40 +0100 >Subject: [PATCH] Bug 25067: Adjust paths in tests > >--- > t/db_dependent/misc/translator/xgettext-installer.t | 2 +- > t/db_dependent/misc/translator/xgettext-pref.t | 2 +- > t/db_dependent/misc/translator/xgettext-tt2.t | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/misc/translator/xgettext-installer.t b/t/db_dependent/misc/translator/xgettext-installer.t >index 404361088a..d8a3286b32 100755 >--- a/t/db_dependent/misc/translator/xgettext-installer.t >+++ b/t/db_dependent/misc/translator/xgettext-installer.t >@@ -12,7 +12,7 @@ my $tempdir = tempdir(CLEANUP => 1); > > write_file("$tempdir/files", "$Bin/sample.yml"); > >-my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-installer " >+my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-installer " > . "-o $tempdir/Koha.pot -f $tempdir/files"; > > system($xgettext_cmd); >diff --git a/t/db_dependent/misc/translator/xgettext-pref.t b/t/db_dependent/misc/translator/xgettext-pref.t >index 8c699fe108..2e5bcdeba0 100755 >--- a/t/db_dependent/misc/translator/xgettext-pref.t >+++ b/t/db_dependent/misc/translator/xgettext-pref.t >@@ -12,7 +12,7 @@ my $tempdir = tempdir(CLEANUP => 1); > > write_file("$tempdir/files", "$Bin/sample.pref"); > >-my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-pref " >+my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-pref " > . "-o $tempdir/Koha.pot -f $tempdir/files"; > > system($xgettext_cmd); >diff --git a/t/db_dependent/misc/translator/xgettext-tt2.t b/t/db_dependent/misc/translator/xgettext-tt2.t >index e2ae734914..0c18473ebb 100755 >--- a/t/db_dependent/misc/translator/xgettext-tt2.t >+++ b/t/db_dependent/misc/translator/xgettext-tt2.t >@@ -12,7 +12,7 @@ my $tempdir = tempdir(CLEANUP => 1); > > write_file("$tempdir/files", "$Bin/sample.tt"); > >-my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-tt2 --from-code=UTF-8 " >+my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-tt2 --from-code=UTF-8 " > . "-o $tempdir/Koha.pot -f $tempdir/files"; > > system($xgettext_cmd); >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25067
:
102432
|
103383
|
103403
|
103404
|
103440
|
103557
|
103558
|
103562
|
103563
|
103564
|
103565
|
103566
|
106503
|
106504
|
106505
|
106506
|
106507
|
106807
|
109272
|
109273
|
109274
|
109275
|
109276
|
109277
|
109295
|
109296
|
109297
|
110011
|
110012
|
110013
|
110014
|
110015
|
110016
|
110017
|
110018
|
110019
|
110776
|
111642
|
111643
|
113252
| 113255 |
113258