[Groonga-commit] groonga/groonga at c6b57b6 [master] test normalizer: add WITH_CHECKS to REMOVE_BLANK test

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Jan 28 23:16:38 JST 2014


Kouhei Sutou	2014-01-28 23:16:38 +0900 (Tue, 28 Jan 2014)

  New Revision: c6b57b621b8e43ec2cf6867016b9796f01b89400
  https://github.com/groonga/groonga/commit/c6b57b621b8e43ec2cf6867016b9796f01b89400

  Message:
    test normalizer: add WITH_CHECKS to REMOVE_BLANK test
    
    Because REMOVE_BLANK changes checks value.

  Modified files:
    test/command/suite/normalize/remove_blank.expected
    test/command/suite/normalize/remove_blank.test

  Modified: test/command/suite/normalize/remove_blank.expected (+2 -2)
===================================================================
--- test/command/suite/normalize/remove_blank.expected    2014-01-28 22:56:14 +0900 (09a1cca)
+++ test/command/suite/normalize/remove_blank.expected    2014-01-28 23:16:38 +0900 (315061e)
@@ -1,2 +1,2 @@
-normalize NormalizerAuto "a b c" REMOVE_BLANK
-[[0,0.0,0.0],{"normalized":"abc","types":[],"checks":[]}]
+normalize NormalizerAuto "a b c" REMOVE_BLANK|WITH_CHECKS
+[[0,0.0,0.0],{"normalized":"abc","types":[],"checks":[1,2,2]}]

  Modified: test/command/suite/normalize/remove_blank.test (+1 -1)
===================================================================
--- test/command/suite/normalize/remove_blank.test    2014-01-28 22:56:14 +0900 (e61d683)
+++ test/command/suite/normalize/remove_blank.test    2014-01-28 23:16:38 +0900 (fc5e7c2)
@@ -1 +1 @@
-normalize NormalizerAuto "a b c" REMOVE_BLANK
+normalize NormalizerAuto "a b c" REMOVE_BLANK|WITH_CHECKS
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る