[glom] Tests: Set LC_TIME too.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Tests: Set LC_TIME too.
- Date: Thu, 22 Mar 2012 12:21:35 +0000 (UTC)
commit 37f589ef194f5bdd399621056d044b08b94d88e8
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Mar 22 13:21:16 2012 +0100
Tests: Set LC_TIME too.
* tests/test_glom_date_in_locales.sh:
* tests/test_selfhosting_new_from_example_in_locales.sh:
This seems to be necessary in Ubuntu Precise.
ChangeLog | 8 ++++++++
tests/test_glom_date_in_locales.sh | 1 +
...test_selfhosting_new_from_example_in_locales.sh | 1 +
3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3857776..9c961b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-03-22 Murray Cumming <murrayc murrayc com>
+ Tests: Set LC_TIME too.
+
+ * tests/test_glom_date_in_locales.sh:
+ * tests/test_selfhosting_new_from_example_in_locales.sh:
+ This seems to be necessary in Ubuntu Precise.
+
+2012-03-22 Murray Cumming <murrayc murrayc com>
+
Improve the command-line parse/print locale warnings.
* glom/libglom/data_structure/glomconversions.cc:
diff --git a/tests/test_glom_date_in_locales.sh b/tests/test_glom_date_in_locales.sh
index 819a3fa..ead8274 100755
--- a/tests/test_glom_date_in_locales.sh
+++ b/tests/test_glom_date_in_locales.sh
@@ -22,5 +22,6 @@ do
echo testing with LANG and LANGUAGE="$x"
export LANG="$x"
export LANGUAGE="$x"
+ export LC_TIME="$x"
${buildir}glom --debug-date-check || exit 1
done
diff --git a/tests/test_selfhosting_new_from_example_in_locales.sh b/tests/test_selfhosting_new_from_example_in_locales.sh
index fa016bb..4289af4 100755
--- a/tests/test_selfhosting_new_from_example_in_locales.sh
+++ b/tests/test_selfhosting_new_from_example_in_locales.sh
@@ -22,5 +22,6 @@ do
echo testing with LANG and LANGUAGE="$x"
export LANG="$x"
export LANGUAGE="$x"
+ export LC_TIME="$x"
tests/test_selfhosting_new_from_example || exit 1
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]