[Groonga-commit] groonga/groonga [master] test: remove a needless output column

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 9日 (月) 13:57:21 JST


Kouhei Sutou	2012-07-09 13:57:21 +0900 (Mon, 09 Jul 2012)

  New Revision: 85756beb22d712777e7e76ae7bfe9eb972f9196e
  https://github.com/groonga/groonga/commit/85756beb22d712777e7e76ae7bfe9eb972f9196e

  Log:
    test: remove a needless output column

  Modified files:
    test/function/suite/select/filter/near/index_normal_column.expected
    test/function/suite/select/filter/near/index_normal_column.test

  Modified: test/function/suite/select/filter/near/index_normal_column.expected (+1 -1)
===================================================================
--- test/function/suite/select/filter/near/index_normal_column.expected    2012-07-09 13:55:04 +0900 (c4cca2a)
+++ test/function/suite/select/filter/near/index_normal_column.expected    2012-07-09 13:57:21 +0900 (ccb518c)
@@ -16,7 +16,7 @@ load --table Entries
 {"content": "I also migrated all Tritonn system!"}
 ]
 [[0,0.0,0.0],6]
-select Entries --filter 'content *N "I fast"' --output_columns '_key, _score, content'
+select Entries --filter 'content *N "I fast"' --output_columns '_score, content'
 [
   [
     0,

  Modified: test/function/suite/select/filter/near/index_normal_column.test (+1 -1)
===================================================================
--- test/function/suite/select/filter/near/index_normal_column.test    2012-07-09 13:55:04 +0900 (ef5a7e1)
+++ test/function/suite/select/filter/near/index_normal_column.test    2012-07-09 13:57:21 +0900 (2c60d11)
@@ -14,4 +14,4 @@ load --table Entries
 {"content": "I also migrated all Tritonn system!"}
 ]
 
-select Entries --filter 'content *N "I fast"' --output_columns '_key, _score, content'
+select Entries --filter 'content *N "I fast"' --output_columns '_score, content'
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index