From: Dan Scott Date: Thu, 22 Jun 2017 14:55:45 +0000 (-0400) Subject: Enable i18n tests of custom code to pass X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a768f5a2158da0a06ff6b1b2f08558019e11b5ad;p=working%2FEvergreen.git Enable i18n tests of custom code to pass Somewhere along the line, POT began getting generated without a trailing space after the opening comment. We want these tests to pass, as we are doing some deeply weird custom translations of SQL and IDL files, and these tests should be the canary in the coal mine. Signed-off-by: Dan Scott --- diff --git a/build/i18n/tests/data/sql2pot.pot b/build/i18n/tests/data/sql2pot.pot index 67800f1626..25d0afc392 100644 --- a/build/i18n/tests/data/sql2pot.pot +++ b/build/i18n/tests/data/sql2pot.pot @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "" "Project-Id-Version: Evergreen 1.4\n" diff --git a/build/i18n/tests/data/testidl.pot b/build/i18n/tests/data/testidl.pot index 3c4a830654..3765a59416 100644 --- a/build/i18n/tests/data/testidl.pot +++ b/build/i18n/tests/data/testidl.pot @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "" "Project-Id-Version: Evergreen 1.4\n"