[Groonga-commit] groonga/groonga-normalizer-mysql [master] Follow normalize output change

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 1 18:20:03 JST 2013


Kouhei Sutou	2013-02-01 18:20:03 +0900 (Fri, 01 Feb 2013)

  New Revision: 0a3a301e8ce71ea0325e57736b9299b67f3e7015
  https://github.com/groonga/groonga-normalizer-mysql/commit/0a3a301e8ce71ea0325e57736b9299b67f3e7015

  Log:
    Follow normalize output change

  Modified files:
    test/suite/plane00.expected
    test/suite/remove_blank.expected

  Modified: test/suite/plane00.expected (+1 -1)
===================================================================
--- test/suite/plane00.expected    2013-02-01 17:40:13 +0900 (5e595e0)
+++ test/suite/plane00.expected    2013-02-01 18:20:03 +0900 (7e304c0)
@@ -1,4 +1,4 @@
 register normalizers/mysql
 [[0,0.0,0.0],true]
 normalize NormalizerMySQLGeneralCI "aBc"
-[[0,0.0,0.0],"ABC"]
+[[0,0.0,0.0],{"normalized":"ABC","types":[]}]

  Modified: test/suite/remove_blank.expected (+1 -1)
===================================================================
--- test/suite/remove_blank.expected    2013-02-01 17:40:13 +0900 (024f710)
+++ test/suite/remove_blank.expected    2013-02-01 18:20:03 +0900 (f13ad35)
@@ -1,4 +1,4 @@
 register normalizers/mysql
 [[0,0.0,0.0],true]
 normalize NormalizerMySQLGeneralCI "a b c" REMOVE_BLANK
-[[0,0.0,0.0],"ABC"]
+[[0,0.0,0.0],{"normalized":"ABC","types":[]}]
-------------- next part --------------
HTML����������������������������...
Download 



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