diff tests/test-log.t @ 23771:9f81f9e5b47a

tests: add a i18n translation test for log output Upcoming patches will change the way that log output is generated so we add a test to ensure that the words 'branches', 'bookmarks', and 'tags' are still translated.
author Sean Farley <sean.michael.farley@gmail.com>
date Wed, 31 Dec 2014 16:50:19 -0600
parents 07a6faf939dc
children c517b97c7609
line wrap: on
line diff
--- a/tests/test-log.t	Fri Jan 09 11:21:29 2015 -0800
+++ b/tests/test-log.t	Wed Dec 31 16:50:19 2014 -0600
@@ -1031,7 +1031,25 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     commit on default
   
+#if gettext
 
+Test that all log names are translated (e.g. branches, bookmarks, tags):
+
+  $ hg bookmark babar -r tip
+
+  $ HGENCODING=UTF-8 LANGUAGE=de hg log -r tip
+  \xc3\x84nderung:        3:f5d8de11c2e2 (esc)
+  Zweig:           test
+  Lesezeichen:     babar
+  Marke:           tip
+  Vorg\xc3\xa4nger:       1:d32277701ccb (esc)
+  Nutzer:          test
+  Datum:           Thu Jan 01 00:00:00 1970 +0000
+  Zusammenfassung: commit on test
+  
+  $ hg bookmark -d babar
+
+#endif
 
 log -p --cwd dir (in subdir)