[Groonga-commit] groonga/groonga [master] Fix broken encoding name

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 9 13:07:31 JST 2012


Kouhei Sutou	2012-11-09 13:07:31 +0900 (Fri, 09 Nov 2012)

  New Revision: 4b9b2ea17f6070c3689e67f809cf1a11253df2b6
  https://github.com/groonga/groonga/commit/4b9b2ea17f6070c3689e67f809cf1a11253df2b6

  Log:
    Fix broken encoding name
    
    Remove garbage "-8".

  Modified files:
    test/unit/util/test-string.c

  Modified: test/unit/util/test-string.c (+1 -1)
===================================================================
--- test/unit/util/test-string.c    2012-11-09 13:07:19 +0900 (a4596fd)
+++ test/unit/util/test-string.c    2012-11-09 13:07:31 +0900 (2c87da4)
@@ -750,7 +750,7 @@ data_str_len(void)
             expected, input, GRN_ENC_EUC_JP);           \
   ADD_DATUM(label " (UTF-8) <" input ">",               \
             expected, input, GRN_ENC_UTF8);             \
-  ADD_DATUM(label " (Shift_JIS-8) <" input ">",         \
+  ADD_DATUM(label " (Shift_JIS) <" input ">",           \
             expected, input, GRN_ENC_SJIS);             \
   ADD_DATUM(label " (Latin1) <" input ">",              \
             expected, input, GRN_ENC_LATIN1);           \
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index