From a768f5a2158da0a06ff6b1b2f08558019e11b5ad Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 22 Jun 2017 10:55:45 -0400 Subject: [PATCH] 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 --- build/i18n/tests/data/sql2pot.pot | 2 +- build/i18n/tests/data/testidl.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.11.0