[Groonga-commit] groonga/groonga at a1e86b5 [master] test: update tests for normalize

Back to archive index

Susumu Yata null+****@clear*****
Fri Jul 7 15:01:13 JST 2017


Susumu Yata	2017-07-07 15:01:13 +0900 (Fri, 07 Jul 2017)

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

  Message:
    test: update tests for normalize
    
    GitHub: #730

  Modified files:
    test/command/suite/normalize/invalid/normalizer/invalid.expected
    test/command/suite/normalize/invalid/normalizer/nonexistent.expected

  Modified: test/command/suite/normalize/invalid/normalizer/invalid.expected (+1 -2)
===================================================================
--- test/command/suite/normalize/invalid/normalizer/invalid.expected    2017-07-07 13:22:53 +0900 (18e9da6)
+++ test/command/suite/normalize/invalid/normalizer/invalid.expected    2017-07-07 15:01:13 +0900 (088c53b)
@@ -7,7 +7,6 @@ normalize TokenBigram "aBcDe"
       0.0
     ],
     "[normalize] not normalizer: #<proc:tokenizer TokenBigram arguments:[$1, $2, $3]>"
-  ],
-  ""
+  ]
 ]
 #|e| [normalize] not normalizer: #<proc:tokenizer TokenBigram arguments:[$1, $2, $3]>

  Modified: test/command/suite/normalize/invalid/normalizer/nonexistent.expected (+1 -1)
===================================================================
--- test/command/suite/normalize/invalid/normalizer/nonexistent.expected    2017-07-07 13:22:53 +0900 (41db233)
+++ test/command/suite/normalize/invalid/normalizer/nonexistent.expected    2017-07-07 15:01:13 +0900 (0e40b91)
@@ -1,3 +1,3 @@
 normalize Nonexistent "aBcDe"
-[[[-22,0.0,0.0],"[normalize] nonexistent normalizer: <Nonexistent>"],""]
+[[[-22,0.0,0.0],"[normalize] nonexistent normalizer: <Nonexistent>"]]
 #|e| [normalize] nonexistent normalizer: <Nonexistent>
-------------- next part --------------
HTML����������������������������...
Download 



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